sqlite-tiny 0.1.1

A minimalistic SQLite crate which ships the amalgamation variant and provides a tiny Rust API
Documentation
[badges.appveyor]
repository = "KizzyCode/sqlite-tiny-rust"
[build-dependencies.cc]
default-features = false
version = "1.0.83"

[dependencies]

[dev-dependencies]

[features]
api = []
default = ["api"]

[package]
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
build = "build.rs"
categories = []
description = "A minimalistic SQLite crate which ships the amalgamation variant and provides a tiny Rust API"
edition = "2021"
keywords = []
license = "BSD-2-Clause OR MIT"
name = "sqlite-tiny"
readme = "README.md"
repository = "https://github.com/KizzyCode/sqlite-tiny-rust"
version = "0.1.1"
[profile.bench]
overflow-checks = true

[profile.release]
overflow-checks = true