SQLite3 wrapper
Go to file
Jacek Sieka 398c6dae03 return cstrings for cstring-returning functions 2023-02-16 10:08:54 +01:00
sqlite3_abi return cstrings for cstring-returning functions 2023-02-16 10:08:54 +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_abi.nim Make sqlite3-abi valid nimble package (#6) 2022-12-19 13:15:06 +01:00
sqlite3_abi.nimble Make sqlite3-abi valid nimble package (#6) 2022-12-19 13:15:06 +01:00
update.sh return cstrings for cstring-returning functions 2023-02-16 10:08:54 +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.