Tagged Questions
2
votes
1answer
764 views
SQLAlchemy declarative concrete autoloaded table inheritance
I've an already existing database and want to access it using SQLAlchemy. Because, the database structure's managed by another piece of code (Django ORM, actually) and I don't want to repeat myself, ...