Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matt-landers/tablecrud
https://github.com/matt-landers/tablecrud
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matt-landers/tablecrud
- Owner: matt-landers
- Created: 2018-10-02T21:34:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T14:03:18.000Z (about 6 years ago)
- Last Synced: 2024-11-01T22:38:49.458Z (about 2 months ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).