1.0.3 ā€¢ Published 3 years ago

mysqlnard v1.0.3

Weekly downloads
7
License
MIT
Repository
-
Last release
3 years ago

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