SQL database engine as an in-process C library
SQLite is a C library that implements an in-process SQL database engine. A
complete database is stored in a single file on disk. The code for SQLite is
in the public domain. For more information see:
https://sqlite.org/
This package contains the original SQLite library source code overlaid with
the build2-based build system and packaged for the build2 package manager
(bpkg).
See the INSTALL file for the prerequisites and installation instructions.
Send questions, bug reports, or any other feedback... More
1 Version