File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Using DataLoader with Knex.js
2
2
3
3
This example demonstrates how to use ** DataLoader** with SQL databases via
4
- [ Knex.js] [ knex ] library , which is a SQL query builder and a client for popular
4
+ [ Knex.js] [ knex ] , which is a SQL query builder and a client for popular
5
5
databases such as ** PostgreSQL** , ** MySQL** , ** MariaDB** etc.
6
6
7
7
Similarly to the [ SQL] ( ./SQL.md ) example, you can use "where in" clause to
@@ -36,7 +36,7 @@ Promise.all([
36
36
]).then (([user , stories ]) => {/* ... */ });
37
37
```
38
38
39
- For a complete example visit [ kriasoft/nodejs-api-starter] [ nsk ]
39
+ For a complete example visit [ kriasoft/nodejs-api-starter] [ nsk ] .
40
40
41
41
[ knex ] : http://knexjs.org/
42
- [ nsk ] : https://github.com/kriasoft/nodejs-api-starter#readme
42
+ [ nsk ] : https://github.com/kriasoft/nodejs-api-starter#readme
You can’t perform that action at this time.
0 commit comments