Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flask-SQLAlchemy #3

Open
fimion opened this issue Jul 8, 2016 · 4 comments
Open

Flask-SQLAlchemy #3

fimion opened this issue Jul 8, 2016 · 4 comments
Labels

Comments

@fimion
Copy link
Member

fimion commented Jul 8, 2016

Since we're going to use SQLAlchemy, should we just go ahead and use the Flask-SQLAlchemy extension? is that going to mess us up at all?

@jrrickerson
Copy link
Member

I think that should work fine. I've not used it yet myself but I imagine it adds a few nice features for integrating the two.

I've done a little with similar extensions like Flask-WTF and Flask-RESTful and had no issues there.

Just don't forget to update requirements.txt when you add dependencies!

@fimion
Copy link
Member Author

fimion commented Jul 11, 2016

okay, so i'm looking into DB stuff, and we're gonna need sql migrations, which sqlalchemy doesn't handle.

but seeing as how it's python, someone has already fixed that, which will mean a few more packages and how to handle the actual migration process.

I'm saying all of that right, correct?

@jrrickerson
Copy link
Member

Correct on all accounts. I haven't had time to deep-dive, but I did come across this, which looked pretty promising:
http://alembic.zzzcomputing.com/en/latest/

@fimion
Copy link
Member Author

fimion commented Jul 11, 2016

cool. Working on login stuff now.

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

No branches or pull requests

2 participants