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

how to change from postgres to my sql #13

Closed
MrSnailman opened this issue May 2, 2023 · 3 comments
Closed

how to change from postgres to my sql #13

MrSnailman opened this issue May 2, 2023 · 3 comments

Comments

@MrSnailman
Copy link

I need a walkthrough please on how to do that on this specific app because i have never used sequilize or whaterever that is

@bitcoinbrisbane
Copy link

The project uses Sequelize which is a JS Orm. You should just be able to change your connection string and dialect and it should work.

https://github.com/norkator/poker-pocket-backend/blob/master/database/sequelize.js#L16

@norkator
Copy link
Owner

I think I will set this up running again, change license and update documentation regarding changing database. Thanks @bitcoinbrisbane for input.

@bitcoinbrisbane
Copy link

I think I will set this up running again, change license and update documentation regarding changing database. Thanks @bitcoinbrisbane for input.

Not a problem, let me know if you need any help.

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

No branches or pull requests

3 participants