@everydayheroes/simplesql
v0.7.1
Published
Generate SQL statements from JS Objects
Downloads
4
Maintainers
Readme
SimpleSQL
Simple tool to generate SQL query from JS object
Install
This Package is available on npm, you can install it with the command.
$ npm i @everydayheroes/simplesqlGetting Started
To get started you can read the Documentation
Testing
You can test this projet with
- npm run test:docker
You will need docker and docker-compose
RoadMap
- [ ] Improve query to only return selected fields
- [ ] Improve Select to support more operators
- [ ] Improve TSDoc
