Skip to content

Commit 45c7c73

Browse files
show how to configure dialect
1 parent e75a72d commit 45c7c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Sorry the API documentation is not complete. There are tests in ./test/integrati
2424
# Usage
2525
```js
2626
var sql = require('sql-query'),
27-
sqlQuery = sql.Query();
27+
sqlQuery = sql.Query(); //for dialect: sql.Query('postgresql')
2828
```
2929

3030
## Create

0 commit comments

Comments
 (0)