Name Date Size #Lines LOC

..05-Dec-2019-

libsqlite/H05-Dec-2019-

tests/H05-Dec-2019-

CREDITSH A D05-Dec-201963 32

Makefile.fragH A D05-Dec-2019109 32

READMEH A D05-Dec-2019475 159

TODOH A D05-Dec-2019683 2013

config.m4H A D05-Dec-20195.3 KiB158139

config.w32H A D05-Dec-20191.5 KiB4031

package.xmlH A D05-Dec-20194.4 KiB137130

pdo_sqlite2.cH A D05-Dec-201915.1 KiB639502

php_sqlite.defH A D05-Dec-2019815 4443

php_sqlite.hH A D05-Dec-20193.1 KiB10858

sess_sqlite.cH A D05-Dec-20195.4 KiB202128

sqlite.cH A D05-Dec-201994.5 KiB3,4492,703

sqlite.dspH A D05-Dec-20199 KiB340260

sqlite.phpH A D05-Dec-2019876 3727

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