fnsql 0.2.7

Type-safe SQL query wrappers
Documentation
[dependencies.fnsql-macro]
version = "0.2.7"

[dependencies.postgres]
optional = true
version = "0.19"

[dependencies.tempdir]
optional = true
version = "0.3"

[features]
all = ["with-rusqlite", "with-postgres", "prepare-cache"]
default = []
prepare-cache = ["fnsql-macro/prepare-cache"]
with-postgres = ["fnsql-macro/with-rusqlite", "postgres", "tempdir"]
with-rusqlite = ["fnsql-macro/with-postgres"]

[package]
categories = ["database"]
description = "Type-safe SQL query wrappers"
edition = "2021"
homepage = "https://github.com/da-x/fnsql"
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.yml", "src/**/*.sh", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["sql", "proc_macro", "procmacro"]
license = "MIT/Apache-2.0"
name = "fnsql"
readme = "crates-io.md"
repository = "https://github.com/da-x/fnsql"
version = "0.2.7"