Seems like SQLAlchemy (which we already use) has support for creating ORM mapped classes which we can use as a DAO.
This would have to replace the current way we connect to db. This should also be possible to setup initial schema. Is there support for migration?
Seems like SQLAlchemy (which we already use) has support for creating ORM mapped classes which we can use as a DAO. This would have to replace the current way we connect to db. This should also be possible to setup initial schema. Is there support for migration?