Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 05-Dec-2019 | - | ||||
libsqlite/ | H | 05-Dec-2019 | - | |||
tests/ | H | 05-Dec-2019 | - | |||
CREDITS | H A D | 05-Dec-2019 | 63 | 3 | 2 | |
Makefile.frag | H A D | 05-Dec-2019 | 109 | 3 | 2 | |
README | H A D | 05-Dec-2019 | 475 | 15 | 9 | |
TODO | H A D | 05-Dec-2019 | 683 | 20 | 13 | |
config.m4 | H A D | 05-Dec-2019 | 5.3 KiB | 158 | 139 | |
config.w32 | H A D | 05-Dec-2019 | 1.5 KiB | 40 | 31 | |
package.xml | H A D | 05-Dec-2019 | 4.4 KiB | 137 | 130 | |
pdo_sqlite2.c | H A D | 05-Dec-2019 | 15.1 KiB | 639 | 502 | |
php_sqlite.def | H A D | 05-Dec-2019 | 815 | 44 | 43 | |
php_sqlite.h | H A D | 05-Dec-2019 | 3.1 KiB | 108 | 58 | |
sess_sqlite.c | H A D | 05-Dec-2019 | 5.4 KiB | 202 | 128 | |
sqlite.c | H A D | 05-Dec-2019 | 94.5 KiB | 3,449 | 2,703 | |
sqlite.dsp | H A D | 05-Dec-2019 | 9 KiB | 340 | 260 | |
sqlite.php | H A D | 05-Dec-2019 | 876 | 37 | 27 |
README
1This is an extension for the SQLite Embeddable SQL Database Engine. 2http://www.sqlite.org/ 3 4SQLite is a C library that implements an embeddable SQL database engine. 5Programs that link with the SQLite library can have SQL database access 6without running a separate RDBMS process. 7 8SQLite is not a client library used to connect to a big database server. 9SQLite is the server. The SQLite library reads and writes directly to and from 10the database files on disk 11 12 13 14vim:tw=78:et 15