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

Use SQLAlchemy idomatically and implement Response using specification. #5

Merged
merged 1 commit into from May 30, 2015

Conversation

andy-slac
Copy link
Contributor

Use SQLAlchemy connection pool using MySQL config file.
Use SQLAlchemy text function for SQL.
Move engine to Flask app's config.

engine = initEngine()

app.config["default_engine"] = engine

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comments as for dbserv/bin/dbServer.py

@brianv0 brianv0 force-pushed the tickets/DM-2171 branch 3 times, most recently from 8981a44 to 0896d69 Compare May 29, 2015 19:54
Use SQLAlchemy connection pool using MySQL config file.
Use SQLAlchemy text function for SQL.
Move engine to Flask app's config.
Depend on webservcommon.
Depend on anaconda instead of flask
Fix some formatting.
@jbecla jbecla merged commit 6d90590 into master May 30, 2015
@ktlim ktlim deleted the tickets/DM-2171 branch August 25, 2018 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants