Crates.io | sqlite3ext-sys |
lib.rs | sqlite3ext-sys |
version | 0.0.1 |
source | src |
created_at | 2022-11-30 19:10:15.786951 |
updated_at | 2022-11-30 19:10:15.786951 |
description | FFI bindings to sqlite3ext.h - you probably want libsqlite3-sys, however |
homepage | https://github.com/asg017/sqlite-loadable-rs |
repository | https://github.com/asg017/sqlite-loadable-rs |
max_upload_size | |
id | 726530 |
size | 9,216,266 |
FFI bindings to SQLite - but to sqlite3ext.h
, not sqlite3.h
.
You probably want sqlite3-sys or rusqlite, this is meant for loadable SQLite extensions only.
Use at your own risk!