ygbr/SQLasagna

Create a Lasagna() class which will hold all the logic behind the module.

ygbr opened this issue · 0 comments

ygbr commented

This class will also allow external configuration. Something like:

from sqlasagna import sqlasagna

db = sqlasagna( engine_connection_params, mapper_customization_dict, relationship_customization_dict )

db.users.all()

db.users.query()

etc...