sqlitex 0.1.4

An ergonomic sqlite library with compile time guarantees
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sqlitex"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "An ergonomic sqlite library with compile time guarantees"
readme = "../README.md"
homepage = "https://github.com/Nareshix/sqlitex"
repository = "https://github.com/Nareshix/sqlitex"
keywords = ["database", "sqlite", "sql", "ergonomic"]
categories = ["database", "database-implementations", "embedded"]
documentation = "https://docs.rs/sqlitex/latest/sqlitex"

[dependencies]
sqlitex_core.workspace = true
sqlitex_macros.workspace = true