Skip to content

Commit

Permalink
add sqlm and sqlm-sqlite placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
rkusa committed Jun 7, 2024
1 parent f7eb25b commit 6014574
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
resolver = "2"
members = [
"postgres",
"postgres-macros",
"postgres-macros", "sqlite", "sqlm",
]
10 changes: 10 additions & 0 deletions sqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "sqlm-sqlite"
version = "0.1.0"
edition = "2021"
authors = ["Markus Ast <[email protected]>"]
description = "reserved"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rkusa/sqlm"

[dependencies]
1 change: 1 addition & 0 deletions sqlite/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

10 changes: 10 additions & 0 deletions sqlm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "sqlm"
version = "0.1.0"
edition = "2021"
authors = ["Markus Ast <[email protected]>"]
description = "reserved"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rkusa/sqlm"

[dependencies]
3 changes: 3 additions & 0 deletions sqlm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Check out the database-specific crates:

- [`sqlm-posgres`](https://crates.io/crates/sqlm-postgres)
1 change: 1 addition & 0 deletions sqlm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 6014574

Please sign in to comment.