oxide-sql-sqlite 0.2.0

SQLite-specific SQL parser and builder extensions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "oxide-sql-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28ba67ecf4977f5ebc08bcba3b036ec7a5e076c1605a4eafb6e84276b27e264"

[[package]]
name = "oxide-sql-sqlite"
version = "0.2.0"
dependencies = [
 "oxide-sql-core",
]