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

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "db_builder"
version = "0.1.0"
edition = "2024"
[dependencies]
serde_json = "1.0.149"
serde = { version = "1.0.228", features = ["derive"] }