nukak-sqlite
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"type": "module", | ||
@@ -9,0 +9,0 @@ "main": "./index.js", |
@@ -11,5 +11,4 @@ ![code](/assets/code.webp 'code') | ||
- Serializable queries: the [syntax](https://nukak.org/docs/querying-logical-operators) is valid `JSON` allowing the queries to be transported across platforms with ease, squeezing the strengths of `TypeScript` & modern `JavaScript`. | ||
- Type-safe queries: `TypeScript` auto-completes and validates the [queries](https://nukak.org/docs/querying-comparison-operators) while coding. | ||
- Context-aware queries: `TypeScript` infers the appropriate operators on any level of the query, [including relations and their fields](https://www.nukak.org/docs/querying-relations). | ||
- Serializable queries: its [syntax](https://nukak.org/docs/querying-logical-operators) is valid `JSON` allowing the queries to be transported across platforms with ease. | ||
- Type-safe and Context-aware queries: squeeze the strength of `TypeScript` so it auto-completes and validates the [queries](https://nukak.org/docs/querying-comparison-operators), allowing it to infer the appropriate operators on any level of the queries, [including the relations and their fields](https://www.nukak.org/docs/querying-relations) | ||
- High performance: the [generated queries](https://www.nukak.org/docs/querying-logical-operators) are fast, safe, and human-readable. | ||
@@ -16,0 +15,0 @@ - Combines the best elements of `OOP` (Object Oriented Programming) and `FP` (Functional Programming). |
66849
150