without having to use php, python or odbc?
Postgres and the database world are no different, now with JavaScript and JSON support. This powerful functionality is now available on all Heroku Postgres production tier databases – run CREATE EXTENSION plv8; on your database to get started today.
I have used Postgrest (postgrest.com).
"PostgREST is a standalone web server that turns your PostgreSQL database directly into a RESTful API."
Then you can make a query with a url which returns data in json format.
You can get a JS driver for Postgres from https://github.com/creationix/postgres-js
This one is designed for use with node.js. Don't expect to be able to find something you can run client side in a web browser.
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