Hi,
I'm trying to access to my datas stored in a RecordMap from SQLAlchemy, and I need to access to any tables already created before using SQLAlchemy.
Here is some part of my code :
TestBase:
classTestBase(DeclarativeBase)Engine creation and entities binding :
bases = {
"TEST"create_engine_and_sessionMy RecordMap entity :
class"extend_existing"Each part of my code are in different files, the "User_BastideRecord.