1.0.8 • Published 5 years ago

mysql-query-creator v1.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago