@jhuang78/restify

1.1.1 • Public • Published

#restify npm version Build Status ghit.me

Access SQL database using the REST styles.

##Purpose When using SQL database for web application, the backend often creates specific REST APIs for accessing the database. Most of the time, however, these APIs are really just the mundane work of translating REST queries into SQL queries.

The goal of this library is to take that work away by providing an generic REST interface for the SQL database.

##Contact Jack Huang (jack.huang78@gmail.com)

Readme

Keywords

Package Sidebar

Install

npm i @jhuang78/restify

Weekly Downloads

2

Version

1.1.1

License

ISC

Last publish

Collaborators

  • jhuang78