feat: implements table, columns serialization

This commit is contained in:
Namu
2026-04-01 22:11:20 +02:00
parent a91adfc621
commit ef0767f33a
12 changed files with 634 additions and 0 deletions

3
src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
mod mappings;
mod schemas;
mod query_builders;