@atpro/pg-orm

1.0.2 • Public • Published

Atpro-pg-orm

The new orm for node js and postgres database.

Gitpod ready-to-code

Installation

run command :
    npm i @atpro/pg-orm

Documentation

const orm = require('@atpro/pg-orm');

OPTIONAL OPTIONS:

Options Description
create add new rows to the table
destroy delete one rows in the table
count count the number of rows in the table
findAll get all rows in the table
findBy get rows in the table by a specific column
findByLimit find all rows in the table with limit count specified
find find one rows with id
connect find one rows in the table with limit count specified
update Update one row in the table

Who maintains Atpro?

Mostly a handful of volunteers, funded by you! Please check out our [team page]!

License

ISC

Readme

Keywords

none

Package Sidebar

Install

npm i @atpro/pg-orm

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

8.94 kB

Total Files

9

Last publish

Collaborators

  • atpro