1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/py-dal/pkg-descr
Maxim Sobolev 4bdc0a2961 Add py-dal 20081003, a database abstraction layer for Python.
Submitted by:	Andriy Pylypenko <bamby@sippysoft.com>
2008-10-21 20:43:05 +00:00

10 lines
550 B
Plaintext

PyDal is a database abstraction layer for Python. It provides a DBAPI 2.0
wrapper for DBAPI 2.0 drivers. Sounds strange, but even drivers that fully
conform to the DBAPI can differ enough to make building database independent
applications difficult. Two major abstractions handled by PyDal are
paramstyles and datetime objects. PyDal makes it possible to use the same
paramstyle and datetime types with any module that conforms to DBAPI 2.0.
In addition, paramstyles and datetime types are configurable.
WWW: http://pydal.sourceforge.net/