aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-09-12 19:44:05 +0800
committermadpilot <madpilot@FreeBSD.org>2013-09-12 19:44:05 +0800
commitdc89b756b5321f97eb61e9a67bce125d43d5455a (patch)
tree59266acd2c802c9b391e4cf523e0fc79a8a75d7e /databases/Makefile
parent7a7f86a42795656240093efd05f9d8abf0618dac (diff)
downloadfreebsd-ports-gnome-dc89b756b5321f97eb61e9a67bce125d43d5455a.tar.gz
freebsd-ports-gnome-dc89b756b5321f97eb61e9a67bce125d43d5455a.tar.zst
freebsd-ports-gnome-dc89b756b5321f97eb61e9a67bce125d43d5455a.zip
APSW is a Python wrapper for the SQLite embedded relational database
engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. PR: ports/181938 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 021cf9c3fdb3..05aeb1c66d0d 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -727,6 +727,7 @@
SUBDIR += py-MySQLdb51
SUBDIR += py-MySQLdb55
SUBDIR += py-PyGreSQL
+ SUBDIR += py-apsw
SUBDIR += py-bsddb
SUBDIR += py-bsddb3
SUBDIR += py-carbon