7ec0a5a30f
databases. Supports MySQL and PostgreSQL currently. Sponsored by: University of Tromsø
6 lines
283 B
Text
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/
|