libsqlite3-sys-ic 0.25.0

Native bindings to the libsqlite3 library
Documentation
1
2
3
4
5
#ifdef BINDGEN_USE_WINSQLITE3
#include <winsqlite/winsqlite3.h>
#else
#include "sqlite3.h"
#endif