diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-21 06:43:44 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-21 06:43:44 +0800 |
commit | f3548b3aca1b024e92368b21db97270deb3668a4 (patch) | |
tree | 994dbb48da0ffc7c83617b9f7a6f0f56e4c267fb /databases/Makefile | |
parent | 37f1d6e82c7c4805dedef325e2b1c963c81b2d6a (diff) | |
download | freebsd-ports-gnome-f3548b3aca1b024e92368b21db97270deb3668a4.tar.gz freebsd-ports-gnome-f3548b3aca1b024e92368b21db97270deb3668a4.tar.zst freebsd-ports-gnome-f3548b3aca1b024e92368b21db97270deb3668a4.zip |
New port: databases/pydbx Simple SQL database abstraction layer for Python
dbx is a simple SQL database abstraction layer for Python.
The goal of dbx is to make using a SQL database as simple
as possible while providing a consistent API across different
databases.
Author: David Phillips <david@acz.org>
WWW: http://david.acz.org/pydbx/
PR: ports/90623
Submitted by: David Phillips <david@acz.org>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index b4e58831df78..ff7e752e5bde 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -346,6 +346,7 @@ SUBDIR += py-sybase SUBDIR += py-tada SUBDIR += pydbdesigner + SUBDIR += pydbx SUBDIR += qdbm SUBDIR += qt-ibase-plugin SUBDIR += qt-mysql-plugin |