php-src/ext/sqlite
2005-04-19 11:28:02 +00:00
..
libsqlite
tests - Fix test (warnings are expected since there is no support for this) 2005-03-21 00:32:48 +00:00
config.m4 Don't do PDO here if PDO is disabled 2005-04-16 00:04:27 +00:00
config.w32 build sqlite2 pdo driver on win32 2005-03-12 01:14:21 +00:00
CREDITS
package.xml
pdo_sqlite2.c - This is not C++ code 2005-04-19 11:28:02 +00:00
php_sqlite.def
php_sqlite.h
README
sess_sqlite.c
sqlite.c Fixed bug #32753 (Undefined constant SQLITE_NOTADB). 2005-04-19 02:58:19 +00:00
sqlite.dsp
sqlite.php
TODO update todo 2005-02-06 19:59:32 +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