Tweak print/jabref version 3.3,1
[dports.git] / devel / py-dal / pkg-descr
1 PyDal is a database abstraction layer for Python.  It provides a DBAPI 2.0
2 wrapper for DBAPI 2.0 drivers.  Sounds strange, but even drivers that fully
3 conform to the DBAPI can differ enough to make building database independent
4 applications difficult.  Two major abstractions handled by PyDal are
5 paramstyles and datetime objects.  PyDal makes it possible to use the same
6 paramstyle and datetime types with any module that conforms to DBAPI 2.0.
7 In addition, paramstyles and datetime types are configurable.
8
9 WWW: http://pydal.sourceforge.net/