Commit Graph

14 Commits

Author SHA1 Message Date
Namu
e77d8e672d chore: change version to 0.0.1
All checks were successful
Build project / quality-and-build (push) Successful in 10m45s
Build project / SonarQube Trigger (push) Successful in 22s
2026-04-02 11:44:35 +02:00
Namu
86b2517f83 chore: change version to 0.0.1 2026-04-02 11:44:26 +02:00
Namu
befe6a4d9f fix: correct sonarqube project name
All checks were successful
Build project / quality-and-build (push) Successful in 10m46s
Build project / SonarQube Trigger (push) Successful in 21s
2026-04-02 11:24:47 +02:00
Namu
de3f2af9fc refactor: follow clippy recommendation :
Some checks failed
Build project / quality-and-build (push) Successful in 10m41s
Build project / SonarQube Trigger (push) Failing after 14s
- Remove unused constructor for Table & Column
- Add .expect in databases. disconnect
- Remove usedless String::from in column serializer
2026-04-02 11:12:24 +02:00
Namu
4cdb5047ca chore: Add CI
Some checks failed
Build project / quality-and-build (push) Failing after 11m5s
Build project / SonarQube Trigger (push) Has been skipped
2026-04-02 10:52:16 +02:00
Namu
14e1ec8635 chore: Add README 2026-04-02 10:43:10 +02:00
Namu
c0d3dce334 chore: Add package description and licence 2026-04-02 10:35:21 +02:00
Namu
6b8215bfb9 fix: change the way the comma appears in the column SQL creation to fix a SQL syntax error 2026-04-02 00:39:40 +02:00
Namu
a4c38c663f feat: add example schema file 2026-04-02 00:30:52 +02:00
Namu
d6d709beac feat: add default value for serde 2026-04-02 00:30:40 +02:00
Namu
91057c82ba fix: add missing databases mod 2026-04-02 00:23:10 +02:00
Namu
27e6193b8d refactor: make public the code that needs to be exposed, remove unused code 2026-04-02 00:22:43 +02:00
Namu
ef0767f33a feat: implements table, columns serialization 2026-04-01 22:11:20 +02:00
Namu
a91adfc621 first commit 2026-04-01 22:08:55 +02:00