Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matt-landers/tablecrud


https://github.com/matt-landers/tablecrud

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# [tablecrud](https://covalence.io/)

tablecrud is a simple module that exposes common queries related to database tables (currently, only mysql is supported).

## Installation

```
npm i tablecrud
```

## Documentation

### all

### one

### find

### findOne

### insert

### update

### delete

### License

tablecrud is [MIT licensed](./LICENSE).