python-forgetsql

Python module for easy SQL-database access
  https://github.com/stain/forgetSQL
  0
  no reviews



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.