sqlite-loadable 0.0.6-alpha.6

A framework for building SQLite extensions in Rust
Documentation
1
2
3
#include "sqlite3ext.h"

unsigned int sqlite3_hello_init(sqlite3 *db, char **pz_err_msg, sqlite3_api_routines *p_api);