1.0.12 • Published 2 years ago

@albanasaliu/pg-adapter v1.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Postgresql Adapter

Helps establish database connections, either pool or client

Prerequisites

:warning: Warning: This package requires you to have the .env file available on your machine in order to run

Installation

To install and set up the library on your local machine, try running the following command:

npm i @albanasaliu/pg-adapter

Usage

After creating a new project run

npm init

Create an index.js file

Download the package

Import and run the package

import { postgresql_connection } from "@albanasaliu/pg-adapter/index.js";

postgresql_connection();

Running the app

node index.js

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago