1.0.4 • Published 4 years ago

esqillel v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Ryan

Ryan is the easy sql builder. Nothing else.

How to use

  1. Install Ryan

yarn add -D Ryan

  1. Import and use

Example

import Ryan from "ryan"

// Note that you must always build the query using BuildQuery()
// Or else it will give you an query object
const query = Ryan.select("user")
  .from("table")
  .buildQuery()

console.log(query)
// result:
// "SELECT `user` FROM `table`
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago