[dependencies.sqlx]
default-features = false
version = "0.8.0"
[dependencies.sqly-macros]
version = "=0.3.0"
[features]
mariadb = ["sqlx/mysql", "sqly-macros/mariadb"]
mysql = ["sqlx/mysql", "sqly-macros/mysql"]
postgres = ["sqlx/postgres", "sqly-macros/postgres"]
sqlite = ["sqlx/sqlite", "sqly-macros/sqlite"]
unchecked = ["sqly-macros/unchecked"]
[package]
authors = ["Lander Moors <lander.moors@decathlon.com>"]
description = "A lightweight macro system on top of sqlx"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "sqly"
readme = "README.md"
repository = "https://github.com/LMOORS30/sqly"
version = "0.3.0"
[package.metadata.docs.rs]
features = ["postgres"]
targets = ["x86_64-unknown-linux-gnu"]