1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
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

7 lines
283 B
Plaintext

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/