liter 0.0.7

Experimental library for using SQLite with minimal SQL
Documentation
[dependencies.construe]
version = "0.0.3"

[dependencies.liter_derive]
version = "0.0.6"

[dependencies.rusqlite]
version = "0.32"

[[example]]
name = "dictionary"
path = "examples/dictionary.rs"

[lib]
name = "liter"
path = "src/lib.rs"

[package]
authors = ["xaos <xaos@xaos.tech>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database"]
description = "Experimental library for using SQLite with minimal SQL"
documentation = "https://docs.rs/liter"
edition = "2021"
keywords = ["sqlite", "storage", "schema"]
license = "GPL-3.0-or-later"
name = "liter"
readme = false
repository = "https://git.sr.ht/~xaos/liter"
version = "0.0.7"

[[test]]
name = "column_constraint"
path = "tests/column_constraint.rs"

[[test]]
name = "derive"
path = "tests/derive.rs"

[[test]]
name = "optional_value"
path = "tests/optional_value.rs"

[[test]]
name = "table_constraint"
path = "tests/table_constraint.rs"

[[test]]
name = "value_constraint"
path = "tests/value_constraint.rs"