@atpro/orm

1.0.7 • Public • Published

Atpro-ORM

The new orm for node js and mysql database.

Gitpod ready-to-code

Installation

run command :
    npm i @atpro/orm

Documentation

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

OPTIONAL OPTIONS:

Options Description
add add new rows to the table
findLastRows Find last rows in the table
deleteItem delete one rows in the table
count count the number of rows in the table
findAll get all rows in the table
findAllBy get all rows in the table by a specific column
findLimitBy find all rows in the table with limit count specified
findBy find one rows with specific column
find find one rows with id
search search all rows in the table containing specified words
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

Package Sidebar

Install

npm i @atpro/orm

Weekly Downloads

0

Version

1.0.7

License

ISC

Unpacked Size

11.1 kB

Total Files

9

Last publish

Collaborators

  • atpro