ic-sql-migrate 0.0.5

A lightweight database migration library for Internet Computer (ICP) canisters with SQLite and Turso support.
Documentation
[dependencies.futures-util]
optional = true
version = "0.3"

[dependencies.rusqlite]
optional = true
version = "0.37.0"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
optional = true
version = "1.47.1"

[dependencies.turso]
optional = true
version = "0.1.4"

[dev-dependencies.tokio]
features = ["full"]
version = "1.47.1"

[features]
default = []
sqlite = ["rusqlite"]
turso = ["dep:turso", "tokio", "futures-util"]

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

[package]
authors = ["Kristofer Lund"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "development-tools"]
description = "A lightweight database migration library for Internet Computer (ICP) canisters with SQLite and Turso support."
edition = "2021"
homepage = "https://github.com/kristoferlund/ic-sql-migrate"
keywords = ["sqlite", "migration", "icp", "internet-computer", "database"]
license = "MIT"
name = "ic-sql-migrate"
readme = "README.md"
repository = "https://github.com/kristoferlund/ic-sql-migrate"
version = "0.0.5"