sqlite_ext_ntqq_db 0.2.0

A SQLite VFS extension to directly read NTQQ database files, skipping the leading bytes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sqlite_ext_ntqq_db"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "A SQLite VFS extension to directly read NTQQ database files, skipping the leading bytes."
homepage = "https://github.com/artiga033/ntdb_unwrap/tree/main/sqlite_extension"
repository = "https://github.com/artiga033/ntdb_unwrap/tree/main/sqlite_extension"

[lib]
name = "sqlite_ext_ntqq_db"
crate-type = ["rlib"]
[dependencies]
libsqlite3-sys = { version = "=0.36.0" }

[features]
_cdylib = ["libsqlite3-sys/loadable_extension"]