@atpro/pg-orm
v1.0.2
Published
orm for PostgresSQL database for node js
Downloads
2
Readme
Atpro-pg-orm
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]!