Started rasql-traits library

This commit is contained in:
ZacJW 2025-01-27 00:15:39 +00:00
parent d32dc6f1e8
commit 336aba3e0e
6 changed files with 1118 additions and 1 deletions

10
rasql-traits/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "rasql-traits"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio-postgres = { version = "0.7.12", optional = true }
[features]
tokio-postgres = ["dep:tokio-postgres"]