feat(pg-from): dump schema from sqlite to postgres.sql

This commit is contained in:
2025-02-03 20:06:13 +00:00
parent d36617bb21
commit 9519c9f54c
4 changed files with 599 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[package]
name = "pg-from"
version = "0.1.0"
edition = "2021"
[dependencies]
rusqlite = { version = "0.32.0", features = ["bundled"] }