Quantcast
Channel: Node.js and PostgresSQL with Express - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Naor Tedgi for Node.js and PostgresSQL with Express

just run this db dump at my Postgres CREATE SCHEMA "testSchema"; ALTER SCHEMA "testSchema" OWNER TO postgres; SET search_path = "testSchema", pg_catalog;SET default_tablespace = '';SET...

View Article



Node.js and PostgresSQL with Express

I've written a code to fetch the data from postgres database using express and NODE.js. the database is connected with the backend code but still it is showing error like relation does not exit. Please...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images