Skip to Main Content

LiveLabs & Workshops

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Just started with node js and mysql.

User_215C0Apr 3 2021

I am using node js with mysql.
1/ Do I have to keep opening my database for each transaction or can I leave it open ?
2/ If I load up a new database why can I not load up records into tables in a loop in mysql ?
I have 8 items that need loading up and if i do it i na loop reading from an array the database only shows last item 8 times !
Which nodejs library should I use for mysql or is mysql automatically part of nodejs ?
node.zip (168 Bytes)

Comments

Post Details

Added on Apr 3 2021
0 comments
113 views