diff options
| author | SVN Migration <svn@php.net> | 2003-05-15 19:20:56 +0000 |
|---|---|---|
| committer | SVN Migration <svn@php.net> | 2003-05-15 19:20:56 +0000 |
| commit | 111b9ed64a52cbfdfeb48905abb5e189181aa6e0 (patch) | |
| tree | d63a2fe65696ab67cfc0444c1e70a6bd60e49ba3 /ext/sqlite/README | |
| parent | 73d041e231b5e9f2ca04abdbb878acb71d9c8c69 (diff) | |
| download | php-git-php-4.3.2RC3.tar.gz | |
This commit was manufactured by cvs2svn to create tag 'php_4_3_2RC3'.php-4.3.2RC3
Diffstat (limited to 'ext/sqlite/README')
| -rw-r--r-- | ext/sqlite/README | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/sqlite/README b/ext/sqlite/README deleted file mode 100644 index 2f6cbb0f87..0000000000 --- a/ext/sqlite/README +++ /dev/null @@ -1,14 +0,0 @@ -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 |
