• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D26-Mar-2021459 158

sqlite3.cH A D26-Mar-20217.8 MiB231,755144,337

sqlite3.hH A D26-Mar-2021569.5 KiB12,2381,668

README.md

1sqlite3
2-------
3
4"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3300100.zip (SQLite 3.30.1 2019-10-10)
5
6Those files are provided for easy setup and compatibility under Windows/Linux/MacOS.
7They are used by default by the CMake build.
8
9Use -DSQLITECPP_INTERNAL_SQLITE=OFF to link against the Linux "libsqlite3-dev" package instead.
10
11### License:
12
13All of the code and documentation in SQLite has been dedicated to the public domain by the authors.
14
15