@uql/sqlite
Advanced tools
Comparing version 0.4.0-alpha.3 to 0.4.0-alpha.4
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.4.0-alpha.3", | ||
"version": "0.4.0-alpha.4", | ||
"main": "index.js", | ||
@@ -54,3 +54,3 @@ "types": "index.d.ts", | ||
}, | ||
"gitHead": "948f143c7b8b25f44a56ce3582ab7f2a7676b00c" | ||
"gitHead": "e25f507ae3b462fc773da422d85af6a94b5d61dd" | ||
} |
@@ -46,3 +46,3 @@ [![build status](https://travis-ci.org/impensables/uql.svg?branch=master)](https://travis-ci.org/impensables/uql?branch=master) | ||
`npm install @uql/mysql --save` or `yarn add @uql/mysql` (this also supports `mariadb`) | ||
`npm install @uql/mysql --save` or `yarn add @uql/mysql` (also for `mariadb`) | ||
@@ -317,3 +317,6 @@ - for PostgreSQL | ||
// 'Item' is an entity class | ||
const lastItems = await querier.find(Item, { sort: { createdAt: -1 }, limit: 100 }); | ||
const lastItems = await querier.find(Item, { | ||
sort: { createdAt: -1 }, | ||
limit: 100 | ||
}); | ||
``` | ||
@@ -320,0 +323,0 @@ |
331
29815