@uql/sqlite
Advanced tools
Comparing version 0.4.91 to 0.4.92
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.4.91", | ||
"version": "0.4.92", | ||
"main": "index.js", | ||
@@ -26,3 +26,3 @@ "types": "index.d.ts", | ||
"@types/sqlite3": "^3.1.8", | ||
"@uql/core": "^0.4.91", | ||
"@uql/core": "^0.4.92", | ||
"copyfiles": "^2.4.1", | ||
@@ -35,6 +35,6 @@ "rimraf": "^3.0.2", | ||
"type": "git", | ||
"url": "https://github.com/rogerpadilla/uql.git" | ||
"url": "https://github.com/unthinkables/uql.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/rogerpadilla/uql/issues" | ||
"url": "https://github.com/unthinkables/uql/issues" | ||
}, | ||
@@ -67,2 +67,2 @@ "keywords": [ | ||
"gitHead": "de14434cdb450f2cf46017fb77370eeea2c3a5c4" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# [uql](https://uql.io) · [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/rogerpadilla/uql/blob/main/LICENSE) [![tests](https://github.com/rogerpadilla/uql/actions/workflows/tests.yml/badge.svg)](https://github.com/rogerpadilla/uql) [![coverage status](https://coveralls.io/repos/rogerpadilla/uql/badge.svg?branch=main)](https://coveralls.io/r/rogerpadilla/uql?branch=main) [![npm version](https://badge.fury.io/js/%40uql%2Fcore.svg)](https://badge.fury.io/js/%40uql%2Fcore) | ||
# [uql](https://uql.io) · [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/unthinkables/uql/blob/main/LICENSE) [![tests](https://github.com/unthinkables/uql/actions/workflows/tests.yml/badge.svg)](https://github.com/unthinkables/uql) [![coverage status](https://coveralls.io/repos/unthinkables/uql/badge.svg?branch=main)](https://coveralls.io/r/unthinkables/uql?branch=main) [![npm version](https://badge.fury.io/js/%40uql%2Fcore.svg)](https://badge.fury.io/js/%40uql%2Fcore) | ||
@@ -154,3 +154,3 @@ Learn more of uql in the website https://uql.io :high_brightness: | ||
### <a name="data-query"></a> Data query | ||
### <a name="query-data"></a> Query the data | ||
@@ -157,0 +157,0 @@ ```ts |
47679