which is the other option for connecting to database other than PHP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

which is the other option for connecting to database other than PHP?

17th Mar 2019, 8:31 AM
Nicholas Juma Wandera
Nicholas Juma Wandera - avatar
2 Answers
+ 5
you have Rails (ruby) and Django (python) among many others.  😊😊😊
17th Mar 2019, 9:10 AM
Max Andal
Max Andal - avatar
+ 1
You can use JavaScript (example Node.js with pg module as a client to postgresql). You could use query builder like knex.
17th Mar 2019, 7:59 PM
Jerome Covington
Jerome Covington - avatar