Created
January 8, 2020 18:42
-
-
Save ordotools/ea6e4f1f245e80a9e61093936ef0eea8 to your computer and use it in GitHub Desktop.
[Make database with SQLAlchemy] #sqlalchemy #python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> from yourapplication import db | |
>>> db.create_all() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment