cburgmer / cjklib

Han character library for CJKV languages
Other
149 stars 49 forks source link

Use SQLAlchemy Tables/Schemas for installing data? #5

Open tony opened 11 years ago

tony commented 11 years ago

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?