jankenstore 0.10.3

Database operation helpers library
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.rusqlite]
version = "0.37"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.insta]
version = "1.43"

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

[package]
authors = ["Martin Zheng <jszhengyq@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "Database operation helpers library"
edition = "2024"
keywords = ["rust", "sqlite", "helpers", "database"]
license = "MIT"
name = "jankenstore"
readme = "README.md"
repository = "https://github.com/pandazy/jankenstore"
version = "0.10.3"

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

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

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

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

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

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

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

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