1.0.8 • Published 6 years ago

mysql-query-creator v1.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

How can we install this package

npm install mysql-query-creator

npm i mysql-query-creator

How can we use this package

const queryCreator = require("mysql-query-creator");

let query = queryCreator.select('{table_name}'); // this will return 'SELECT * FROM {table_name}'
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago