+ 1
which is the other option for connecting to database other than PHP?
2 ответов
+ 5
you have Rails (ruby) and Django (python) among many others.
😊😊😊
+ 1
You can use JavaScript (example Node.js with pg module as a client to postgresql). You could use query builder like knex.