simple-mysql-querybuilder

0.1.4 • Public • Published

Query Builder

A simple querybuilder for MySQL

Available query types:

  • Select
  • Update
  • Insert
  • Delete
  • RAW

Available operations:

  • where
  • orWhere
  • whereIn
  • search (using indexes)
  • whereInPivot (only for id's for now)
  • orderBy
  • only
  • except
  • limit
  • paginate
  • setValues

Documentation in progres...

Package Sidebar

Install

npm i simple-mysql-querybuilder

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

10 kB

Total Files

4

Last publish

Collaborators

  • nicorodrigues