mysqlnard
v1.0.3
Published
generate mysql statement through chain syntax
Downloads
0
Maintainers
Readme
generate mysql statement through chain syntax
🏠 Homepage
Install
npm install mysqlnard --saveUsage
import {SqlGenerator} from 'mysqlnard';
const sql = new SqlGenerator('select').from('table').build();
// SELECT * FROM tableRun tests
npm run testAuthor
👤 yy921010
- Website: https://vineo.cn
- Github: @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
