1.0.2 • Published 2 years ago

@atpro/pg-orm v1.0.2

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

Atpro-pg-orm

    npm i @atpro/pg-orm

Documentation

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

OPTIONAL OPTIONS:

OptionsDescription
createadd new rows to the table
destroydelete one rows in the table
countcount the number of rows in the table
findAllget all rows in the table
findByget rows in the table by a specific column
findByLimitfind all rows in the table with limit count specified
findfind one rows with id
connectfind one rows in the table with limit count specified
updateUpdate one row in the table

Who maintains Atpro?

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

License

ISC

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago