mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
6e4a716d16
sqlbox is an open source C/C++ secure database access library at this time limited to sqlite3 databases. (postgresql is in the planning phase.) Instead of operating databases in-process, sqlbox uses a multi-process, resource-separated approach to safe-guard the database from the calling application.
6 lines
301 B
Plaintext
6 lines
301 B
Plaintext
sqlbox is an open source C/C++ secure database access library at this
|
|
time limited to sqlite3 databases. (postgresql is in the planning
|
|
phase.) Instead of operating databases in-process, sqlbox uses a
|
|
multi-process, resource-separated approach to safe-guard the database
|
|
from the calling application.
|