npm.io
1.0.3 • Published 5 years ago

mysqlnard

Licence
MIT
Version
1.0.3
Deps
2
Size
68 kB
Vulns
0
Weekly
0

Welcome to mysqlnard

Version Documentation License: MIT

generate mysql statement through chain syntax

Homepage

Install

npm install mysqlnard --save

Usage

import {SqlGenerator} from 'mysqlnard';

const sql = new SqlGenerator('select').from('table').build();
// SELECT * FROM table

Run tests

npm run test

Author

yy921010

Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ️ if this project helped you!

License

Copyright 2020 yy921010.
This project is MIT licensed.


This README was generated with by readme-md-generator