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

adapt for mySQL #98

Open
Mad-Dad opened this issue Mar 13, 2021 · 2 comments
Open

adapt for mySQL #98

Mad-Dad opened this issue Mar 13, 2021 · 2 comments

Comments

@Mad-Dad
Copy link

Mad-Dad commented Mar 13, 2021

I have been dealing with javascript for many years and realize it's more powerful than whats used for standard web stuff. but this is over my head. I really like the concepts but need to understand it better.
So my question is would it be difficult to convert this to mysql, a locally installed instance?

@klvenky
Copy link

klvenky commented Mar 27, 2021

I don't think so @Mad-Dad. It'll be easy to replace the database initiation step using any standard database layer. I'll try to create a sample for that.

@dheeraj-rn
Copy link

@Mad-Dad I've made a sample project with Sequelize and PostgreSQL. It should be same for MySQL if you are using sequelize. You can checkout the code here: https://github.com/dheeraj-rn/nse. I used js instead of ts.

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