php-src/ext/sqlite
2013-01-01 16:02:16 +08:00
..
libsqlite Fixed bug #63236 (Executable permission on various source files) 2012-10-09 13:28:31 +08:00
tests Remove executable permission on inc 2012-10-10 10:44:34 +08:00
config.m4 Oops, can't cache it here because it won't work 2011-05-15 05:49:34 +00:00
config.w32
CREDITS
Makefile.frag MFH 2005-10-16 20:41:26 +00:00
package.xml
pdo_sqlite2.c Happy New Year~ 2013-01-01 16:02:16 +08:00
php_sqlite.def
php_sqlite.h Happy New Year~ 2013-01-01 16:02:16 +08:00
README
sess_sqlite.c Happy New Year~ 2013-01-01 16:02:16 +08:00
sqlite.c Happy New Year~ 2013-01-01 16:02:16 +08:00
sqlite.dsp
sqlite.php
TODO More todo items 2008-03-11 00:12:53 +00:00

This is an extension for the SQLite Embeddable SQL Database Engine.
http://www.sqlite.org/

SQLite is a C library that implements an embeddable SQL database engine.
Programs that link with the SQLite library can have SQL database access
without running a separate RDBMS process.

SQLite is not a client library used to connect to a big database server.
SQLite is the server. The SQLite library reads and writes directly to and from
the database files on disk



vim:tw=78:et