SQLite3 wrapper
Go to file
Etan Kissling 1898dbbeb9
add upstream download reference
2024-01-24 16:26:35 +01:00
sqlite3_abi ensure file content does not change 2024-01-24 16:11:13 +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 add upstream download reference 2024-01-24 16:26:35 +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.