[package]
name = "sql_query_builder"
description = "Write SQL queries in a simple and composable way"
documentation = "https://docs.rs/sql_query_builder"
repository = "https://github.com/belchior/sql_query_builder"
authors = ["Belchior Oliveira <belchior@outlook.com>"]
version = "2.0.0-rc.1"
edition = "2021"
rust-version = "1.62"
license = "MIT"
keywords = ["sql", "query", "postgres", "sqlite"]
[features]
postgresql = []
sqlite = []
[package.metadata.docs.rs]
features = ["postgresql", "sqlite"]
[dev-dependencies]
pretty_assertions = "1.4.0"