+ 1

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

28th Aug 2020, 6:40 AM
à€†à€Šà€żà€€à„à€Ż à€źà€Šà„à€§à„‡à€¶à€żà€Żà€Ÿ
à€†à€Šà€żà€€à„à€Ż à€źà€Šà„à€§à„‡à€¶à€żà€Żà€Ÿ - avatar
2 Answers
+ 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