which is the other option for connecting to database other than PHP? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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