xql-sqlx-sqlite 0.1.0

SQLite backend for xql
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.sqlx]
default-features = false
features = ["runtime-tokio-rustls", "sqlite"]
version = "0.5"

[package]
description = "SQLite backend for xql"
documentation = "https://docs.rs/xql"
edition = "2021"
homepage = "https://github.com/arch-mage/xql"
license = "GPL-3.0-or-later"
name = "xql-sqlx-sqlite"
repository = "https://github.com/arch-mage/xql"
resolver = "2"
version = "0.1.0"