Showing posts with label PostgreSQL. Show all posts
Showing posts with label PostgreSQL. Show all posts

Resolve "FATAL:no pg_hba.conf entry for host" Error when you Connect from PGAdmin4

Resolve "FATAL:no pg_hba.conf entry for host" Error when you Connect from PGAdmin4
Introduction This document provides guidance on resolving the "FATAL: no pg_hba.conf entry for host" error that occurs when attempting to log in to…
Read more »

PostgreSQL Data Types

PostgreSQL Data Types
Introduction to PostgreSQL Data Types PostgreSQL Data Types are the predefined data categories used when creating database tables. PostgreSQL offers a wide r…
Read more »

Database integration in Nodejs

Database integration in Nodejs
Enabling database connectivity in Express applications is a straightforward process that involves integrating a suitable Node.js driver for the chosen databas…
Read more »

Using Node.js and PouchDB to build an application

Using Node.js and PouchDB to build an application
MySQL or PostgreSQL are two commonly used databases to store data in server-side applications, however in many cases they may not be sufficient for appl…
Read more »