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
- Host: GitHub
- URL: https://github.com/kristapsdz/sqlbox
- Owner: kristapsdz
- License: isc
- Created: 2019-10-15T13:06:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T22:04:05.000Z (10 months ago)
- Last Synced: 2025-03-02T23:18:38.553Z (10 months ago)
- Topics: database-access, sqlite3
- Language: C
- Homepage: https://kristaps.bsd.lv/sqlbox
- Size: 477 KB
- Stars: 16
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.