cartel-sqlite 0.1.2

SQLite driver for the dope runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "cartel-sqlite"
version.workspace = true
edition.workspace = true
description = "SQLite driver for the dope runtime"
license.workspace = true
repository.workspace = true
authors.workspace = true

[dependencies]
cartel-gen.workspace = true
rusqlite = { version = "0.32", features = ["bundled"] }

[lib]