After seeing #4, some SQL languages handle table creation a bit differently.
SQLAlchemy has it's own way of creating tables, @cburgmer, would SQLAlchemy tables/schemas make sense for handling creating of /data's schemas?
If this is something that could help improve robustness via using SQLAlchemy's dialects, I'd like to take a bite. Anything you can think of that would block this?
After seeing #4, some SQL languages handle table creation a bit differently.
SQLAlchemy has it's own way of creating tables, @cburgmer, would SQLAlchemy tables/schemas make sense for handling creating of
/data's schemas?If this is something that could help improve robustness via using SQLAlchemy's dialects, I'd like to take a bite. Anything you can think of that would block this?