bulletproof-nodejs icon indicating copy to clipboard operation
bulletproof-nodejs copied to clipboard

adapt for mySQL

Open Mad-Dad opened this issue 4 years ago • 2 comments

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?

Mad-Dad avatar Mar 13 '21 01:03 Mad-Dad

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.

klvenky avatar Mar 27 '21 14:03 klvenky

@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.

dheeraj-rn avatar Jun 19 '21 14:06 dheeraj-rn