1.0.7 • Published 2 years ago

@atpro/orm v1.0.7

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

Atpro-ORM

    npm i @atpro/orm

Documentation

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

OPTIONAL OPTIONS:

OptionsDescription
addadd new rows to the table
findLastRowsFind last rows in the table
deleteItemdelete one rows in the table
countcount the number of rows in the table
findAllget all rows in the table
findAllByget all rows in the table by a specific column
findLimitByfind all rows in the table with limit count specified
findByfind one rows with specific column
findfind one rows with id
searchsearch all rows in the table containing specified words
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.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