1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/databases/pydbx/pkg-descr
Edwin Groothuis 341eea4b4d 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>
2005-12-20 22:43:44 +00:00

7 lines
264 B
Plaintext

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/