@goatlab/fluent-loki 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +22 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,20 +12,38 @@
12
12
  <img src="https://docs.goatlab.io/logo.png" alt="Logo" width="150" height="150">
13
13
  </a>
14
14
 
15
- <h3 align="center">GOAT-FLUENT</h3>
15
+ <h3 align="center">GOAT - FLUENT-LOKI</h3>
16
16
 
17
17
  <p align="center">
18
- Readable query Interface & API generator
18
+ Fluent - Time Saving (TS) utils
19
19
  <br />
20
- <a href="https://docs.goatlab.io/#/0.5.x/fluent/fluent"><strong>Explore the docs »</strong></a>
20
+ <a href="https://docs.goatlab.io/#/0.7.x/fluent/fluent"><strong>Explore the docs »</strong></a>
21
21
  <br />
22
22
  <br />
23
- <a href="https://codesandbox.io/s/goat-nestjs-tytmv?file=/src/main.ts">View Demo</a>
24
23
  ·
25
24
  <a href="https://github.com/goat-io/fluent/issues">Report Bug</a>
26
25
  ·
27
26
  <a href="https://github.com/goat-io/fluent/issues">Request Feature</a>
28
27
  </p>
28
+ </p>
29
29
  </p>
30
30
 
31
31
  # Goat - Fluent
32
+
33
+ Fluent query interface for Multiple database types and helpers for fast API generation and general App building.
34
+
35
+ ## Supported Databases
36
+
37
+ 1. LokiJS
38
+
39
+ ### Installing
40
+
41
+ To install this package in your project, you can use the following command within your terminal.
42
+
43
+ ```bash
44
+ yarn add @goatlab/fluent-loki
45
+ ```
46
+
47
+ ### Documentation
48
+
49
+ To learn how to use this visit the [Goat Docs](https://docs.goatlab.io/#/0.7.x/fluent/fluent)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goatlab/fluent-loki",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "scripts": {
5
5
  "install-p": "yarn",
6
6
  "prebuild": "rimraf dist",