SQLite3 wrapper
Go to file
Jacek Sieka f812c52054
work around missing va_list, add blob mapping
2020-02-17 15:55:15 +01:00
.gitignore work around missing va_list, add blob mapping 2020-02-17 15:55:15 +01:00
LICENSE-APACHEv2 Initial dump 2019-04-10 12:10:36 -06:00
LICENSE-MIT Initial dump 2019-04-10 12:10:36 -06:00
README.md new nimterop, fixes 2020-02-17 15:38:49 +01:00
sqlite3.c Initial dump 2019-04-10 12:10:36 -06:00
sqlite3.h Initial dump 2019-04-10 12:10:36 -06:00
sqlite3_abi.nim work around missing va_list, add blob mapping 2020-02-17 15:55:15 +01:00
sqlite3_abi.nimble new nimterop, fixes 2020-02-17 15:38:49 +01:00
sqlite3_gen.nim work around missing va_list, add blob mapping 2020-02-17 15:55:15 +01:00
update.sh new nimterop, fixes 2020-02-17 15:38:49 +01:00
wrap.nim work around missing va_list, add blob mapping 2020-02-17 15:55:15 +01:00

README.md

nim-sqlite3-abi

License: Apache License: MIT Stability: experimental

A low-level Nim wrapper for the SQLite. Builds and exposes the raw C API of SQLite 3.

Usage

TODO

Versioning

The library generally follows the upstream version number, adding one more number for its own purpose

License

Wrapper License

This repository is licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.

Dependency License

SQLite Is Public Domain. See their licensing page for further information.