diff --git a/Cargo.toml b/Cargo.toml index fe633a9..d5702f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,5 @@ resolver = "2" members = [ "postgres", - "postgres-macros", + "postgres-macros", "sqlite", "sqlm", ] diff --git a/sqlite/Cargo.toml b/sqlite/Cargo.toml new file mode 100644 index 0000000..f73a9a2 --- /dev/null +++ b/sqlite/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "sqlm-sqlite" +version = "0.1.0" +edition = "2021" +authors = ["Markus Ast "] +description = "reserved" +license = "MIT OR Apache-2.0" +repository = "https://github.com/rkusa/sqlm" + +[dependencies] diff --git a/sqlite/src/lib.rs b/sqlite/src/lib.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/sqlite/src/lib.rs @@ -0,0 +1 @@ + diff --git a/sqlm/Cargo.toml b/sqlm/Cargo.toml new file mode 100644 index 0000000..bd5478a --- /dev/null +++ b/sqlm/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "sqlm" +version = "0.1.0" +edition = "2021" +authors = ["Markus Ast "] +description = "reserved" +license = "MIT OR Apache-2.0" +repository = "https://github.com/rkusa/sqlm" + +[dependencies] diff --git a/sqlm/README.md b/sqlm/README.md new file mode 100644 index 0000000..1437d9a --- /dev/null +++ b/sqlm/README.md @@ -0,0 +1,3 @@ +Check out the database-specific crates: + +- [`sqlm-posgres`](https://crates.io/crates/sqlm-postgres) diff --git a/sqlm/src/lib.rs b/sqlm/src/lib.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/sqlm/src/lib.rs @@ -0,0 +1 @@ +