+ 1

Is it possible to connect database with JavaScript ? if yes Give a Example -

28th Aug 2020, 6:40 AM
आदित्य मद्धेशिया
आदित्य मद्धेशिया - avatar
2 Respostas
+ 3
Not with Javascript. You have to use node.js to do so.
28th Aug 2020, 6:55 AM
Raj Chhatrala
Raj Chhatrala - avatar
+ 1
As 🔫 Rick Grimes said, you would use Node to connect with databases. However, you can use AJAX in normal JavaScript to connect to a server which would get the database result and return it.
28th Aug 2020, 9:36 AM
Rowsej
Rowsej - avatar