forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
4 lines
239 B
Text
4 lines
239 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.
|