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
No description provided.
The text was updated successfully, but these errors were encountered:
I'm using the python SQLAlchemy library for accessing the CDM. The library is db-engine agnostic and I can add an option for users to choose a different one than Postgres when setting up. Before that, the db-access is currently set up here: https://github.com/nyuvis/patient-viz/blob/master/omop.py#L58 A list of supported engines can be found here: http://docs.sqlalchemy.org/en/latest/core/engines.html
Sorry, something went wrong.
I will check out SQLAlchemy,but for working with the OHDSI network CDMs, you'd want to use SQLRender (https://github.com/OHDSI/SqlRender).
add option to change db engine
936b8e2
issue #53
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: