nukak-sqlite
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"type": "module", | ||
@@ -9,0 +9,0 @@ "main": "./index.js", |
@@ -20,2 +20,4 @@ # [nukak](https://nukak.org) · [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/rogerpadilla/nukak/blob/main/LICENSE) [![tests](https://github.com/rogerpadilla/nukak/actions/workflows/tests.yml/badge.svg)](https://github.com/rogerpadilla/nukak) [![coverage status](https://coveralls.io/repos/rogerpadilla/nukak/badge.svg?branch=main)](https://coveralls.io/r/rogerpadilla/nukak?branch=main) [![npm version](https://badge.fury.io/js/nukak.svg)](https://badge.fury.io/js/nukak) | ||
| ||
## Install | ||
@@ -53,4 +55,6 @@ | ||
## <a name="configure"></a> Configure | ||
| ||
## Configure | ||
A default querier-pool can be set in any of the bootstrap files of your app (e.g. in the `server.ts`). | ||
@@ -77,4 +81,6 @@ | ||
## <a name="define-the-entities"></a> Define the Entities | ||
| ||
## Define the entities | ||
Take any dump class (aka DTO) and annotate it with the decorators from `nukak/entity`. | ||
@@ -99,4 +105,6 @@ | ||
## <a name="manipulate-the-data"></a> Manipulate the data | ||
| ||
## Manipulate the data | ||
```ts | ||
@@ -103,0 +111,0 @@ import { getQuerier } from 'nukak'; |
128
62823