akar-sqlite 0.1.0

SQLite extension for the Akar embedded graph database
Documentation
[package]

name = "akar-sqlite"

version.workspace = true

edition.workspace = true

license.workspace = true

repository.workspace = true

publish = true

description = "SQLite extension for the Akar embedded graph database"

keywords.workspace = true

categories.workspace = true

authors.workspace = true



[dependencies]

akar-function = { path = "../akar-function", version = "0.1.0" }

akar-extension = { path = "../akar-extension", version = "0.1.0" }

rusqlite = { version = "0.40.1", features = ["bundled"], optional = true }

tracing.workspace = true



[features]

default = []

bundled = ["rusqlite/bundled"]



[lints]

workspace = true