SQLite3 wrapper
Go to file
Jacek Sieka 362e1bd9f6 bump version 2023-02-22 07:54:36 +01:00
sqlite3_abi mark exported functions gcsafe 2023-02-22 00:01:28 +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 fix version number 2023-02-21 08:42:00 +01:00
sqlite3_abi.nim Make sqlite3-abi valid nimble package (#6) 2022-12-19 13:15:06 +01:00
sqlite3_abi.nimble bump version 2023-02-22 07:54:36 +01:00
update.sh mark exported functions gcsafe 2023-02-22 00:01:28 +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 tracking changes to the wrapping itself

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.