freebsd-ports/databases/py-forgetsql/pkg-descr
Anders Nordby 7ec0a5a30f Add forgetSQL, a Python module for object-oriented access to SQL
databases. Supports MySQL and PostgreSQL currently.

Sponsored by:	University of Tromsø
2004-11-20 17:07:29 +00:00

6 lines
283 B
Text

forgetSQL is a Python module for accessing SQL databases by creating classes
that maps SQL tables to objects, normally one class pr. SQL table. The idea is
to forget everything about SQL and just worrying about normal classes and
objects.
WWW: http://soiland.no/software/forgetsql/