Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Improve models.create_all() #11

Closed
tomchristie opened this issue Apr 21, 2020 · 1 comment
Closed

Improve models.create_all() #11

tomchristie opened this issue Apr 21, 2020 · 1 comment

Comments

@tomchristie
Copy link
Member

The orm pre-release includes models.create_all() and models.drop_all() support, however they're very naive right now.

Required improvements:

@aminalaee
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants