Skip to content

Instantly share code, notes, and snippets.

@corei8
Created January 8, 2020 18:42
Show Gist options
  • Save corei8/ea6e4f1f245e80a9e61093936ef0eea8 to your computer and use it in GitHub Desktop.
Save corei8/ea6e4f1f245e80a9e61093936ef0eea8 to your computer and use it in GitHub Desktop.
[Make database with SQLAlchemy] #sqlalchemy #python
>>> 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