aboutsummaryrefslogtreecommitdiffstats
path: root/databases/php-sqlite3/pkg-descr
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-10-06 10:48:31 +0800
committeralepulver <alepulver@FreeBSD.org>2006-10-06 10:48:31 +0800
commitd566bb0ba22033c3ca326ab3e627031a120d5645 (patch)
tree713663a32ffbc641424c21d741a19367ebfce3d9 /databases/php-sqlite3/pkg-descr
parent27ea2cc3e2d94cd6f012f7e6a419491be5df2e21 (diff)
downloadfreebsd-ports-gnome-d566bb0ba22033c3ca326ab3e627031a120d5645.tar.gz
freebsd-ports-gnome-d566bb0ba22033c3ca326ab3e627031a120d5645.tar.zst
freebsd-ports-gnome-d566bb0ba22033c3ca326ab3e627031a120d5645.zip
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/ PR: ports/103681 Submitted by: Simon Cornelius P. Umacob <simoncpu at infoweapons.com>
Diffstat (limited to 'databases/php-sqlite3/pkg-descr')
-rw-r--r--databases/php-sqlite3/pkg-descr16
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/