An open API service indexing awesome lists of open source software.

https://github.com/kristapsdz/sqlbox

secure database access library
https://github.com/kristapsdz/sqlbox

database-access sqlite3

Last synced: 9 months ago
JSON representation

secure database access library

Awesome Lists containing this project

README

          

# Introduction

sqlbox is an open source C/C++ secure database access library at this time
limited to [sqlite3](https://sqlite.org) databases. See the
[homepage](https://kristaps.bsd.lv/sqlbox) for details.

# License

All sources use the ISC (like OpenBSD) license. See [LICENSE.md](LICENSE.md)
for details.