which is the other option for connecting to database other than PHP? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответов
+ 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