feat(pg-from): dump schema from sqlite to postgres.sql
This commit is contained in:
7
package/postgres/pg-from/Cargo.toml
Normal file
7
package/postgres/pg-from/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "pg-from"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rusqlite = { version = "0.32.0", features = ["bundled"] }
|
||||
Reference in New Issue
Block a user