You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
Now we're using sqlalchemy create_async_engine and use database and tables using metadata.create_all, so we don't have to compile the query for backends.
I guess this can be closed now.
The
orm
pre-release includesmodels.create_all()
andmodels.drop_all()
support, however they're very naive right now.Required improvements:
query.compile(dialect-...)
rather than just casting the DDL expression to a string. Support for DDL expressions etc. databases#40The text was updated successfully, but these errors were encountered: