diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-06 02:48:31 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-06 02:48:31 +0000 |
commit | 0a95ed3134930e5bce059f0c8c606f7852d0af31 (patch) | |
tree | 1de458949335b21f943a74ea354593f9d2eda308 /databases/php-sqlite3/pkg-descr | |
parent | d4507b50addd3e919a56abc9344b81f6f7467fff (diff) |
Notes
Diffstat (limited to 'databases/php-sqlite3/pkg-descr')
-rw-r--r-- | databases/php-sqlite3/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/php-sqlite3/pkg-descr b/databases/php-sqlite3/pkg-descr new file mode 100644 index 000000000000..3c70609d3967 --- /dev/null +++ b/databases/php-sqlite3/pkg-descr @@ -0,0 +1,16 @@ +php-sqlite3 is a PHP extension that lets you access SQLite3 databases +within your scripts. PHP4 and PHP5 have already built-in support for this +RDBM, but this is limited to the 2.x releases. This extension adds support +for SQLite 3.x release. + +Please note that this project is still alpha-quality. Please test and report +if it works for you and if you have ideas on how it can be enhanced. + +Current (or planned) features include: + + * In-memory databases support + * UTF-16 encoding + * User-level SQL functions + * PEAR::DB driver class + +WWW: http://php-sqlite3.sourceforge.net/ |