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 database abstraction/ORM layer to support multiple SQL-based database #360

Closed
joko-sastriawan opened this issue Sep 7, 2021 · 2 comments · Fixed by #357
Closed

Use database abstraction/ORM layer to support multiple SQL-based database #360

joko-sastriawan opened this issue Sep 7, 2021 · 2 comments · Fixed by #357
Labels
enhancement New feature or request

Comments

@joko-sastriawan
Copy link

Current MPS database backend is hardcoded to PostgreSQL. As deployments environment varies, connecting to different database means intrusive code editing. In order to ease the adjustment to various deployment condition, database middleware such as knex, sequelize, bookshelf etc should be looked at to provide flexibility.

@rsdmike
Copy link
Member

rsdmike commented Sep 7, 2021

Documentation will be provided and updated here: open-amt-cloud-toolkit/docs#64

@rsdmike
Copy link
Member

rsdmike commented Sep 7, 2021

The linked PR won't solve this, but puts us in the right direction

@rsdmike rsdmike reopened this Sep 8, 2021
@vyshali-chitikeshi vyshali-chitikeshi added the enhancement New feature or request label Sep 9, 2021
@rsdmike rsdmike closed this as completed Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants