We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a DB and an interface for talking to it. Without this, several other issues can't be resolved.
The text was updated successfully, but these errors were encountered:
Briefly discussed this issue in chat. Fizzy, Poke, and Jon suggest Postgres. ( http://chat.stackoverflow.com/transcript/message/31915475#31915475 http://chat.stackoverflow.com/transcript/message/31915478#31915478 http://chat.stackoverflow.com/transcript/message/31915544#31915544 )
Sorry, something went wrong.
Jon also suggests using an ORM such as SQLAlchemy so it's easy to switch between backends. ( http://chat.stackoverflow.com/transcript/message/31915544#31915544 ).
All of this sounds good to me. sqlite3/postgres as appropriate, using SQLA for a consistent interface.
I was imagining I'd just use sopython, although I'd be ok with standing up another Flask app as a separate api too.
kms70847
No branches or pull requests
We need a DB and an interface for talking to it. Without this, several other issues can't be resolved.
The text was updated successfully, but these errors were encountered: