@uql/sqlite
Advanced tools
Comparing version 0.4.18 to 0.4.19
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.4.18", | ||
"version": "0.4.19", | ||
"main": "index.js", | ||
@@ -25,3 +25,3 @@ "types": "index.d.ts", | ||
"@types/sqlite3": "^3.1.7", | ||
"@uql/core": "^0.4.18", | ||
"@uql/core": "^0.4.19", | ||
"copyfiles": "^2.4.1", | ||
@@ -28,0 +28,0 @@ "rimraf": "^3.0.2", |
@@ -13,2 +13,3 @@ [![build status](https://travis-ci.org/impensables/uql.svg?branch=master)](https://travis-ci.org/impensables/uql?branch=master) | ||
- serializable `JSON` syntax | ||
- use the power of TypeScript for types inference so your queries and models are easier to maintain and more reliable (type-safety) | ||
@@ -15,0 +16,0 @@ - generated queries are fast, safe, and human-readable |
27784
553