I'm starting server-side development with NodeJS, I have found lots of promising frameworks, but can't tell which of them support relational databases (Namely Postgres).
Any ideas? Server-side MVC frameworks are preferred.
Express is universal framework ( and really popular one ), you can use it with any database you want. You just need a database driver. You can use one of these:
https://github.com/brianc/node-postgres ( low level )
https://github.com/grncdr/node-any-db
https://github.com/brianc/node-sql
There are probably many many more, just google it.
check out the modules list here
there are many db modules for mysql/SQLite/PostgreSQL etc...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With