rorm-sql 0.5.1

The sql abstraction layer.
Documentation
[dependencies.chrono]
version = "~0.4"

[dependencies.libsqlite3-sys]
optional = true
version = "~0.24"

[dependencies.rorm-declaration]
version = "0.3.0"

[dependencies.thiserror]
version = "~1.0"

[features]
mysql = []
postgres = []
sqlite = ["dep:libsqlite3-sys"]

[package]
authors = ["myOmikron <git@omikron.dev>"]
categories = ["database"]
description = "The sql abstraction layer."
documentation = "https://docs.rorm.rs"
edition = "2021"
homepage = "https://rorm.rs"
keywords = ["database", "abstraction-layer", "sqlite", "postgres", "mysql"]
license = "MIT"
name = "rorm-sql"
readme = "README.md"
repository = "https://github.com/rorm-orm/rorm-sql"
version = "0.5.1"
[package.metadata.docs.rs]
features = ["sqlite", "postgres", "mysql"]