You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ✍ Easy to use local JSON database. Ready to use with [LocalStorage](https://developer.mozilla.org/ru/docs/Web/API/Window/localStorage), [SessionStorage](https://developer.mozilla.org/ru/docs/Web/API/Window/sessionStorage) and Node.js.
3
+
> ✍ Easy to use local JSON database. Ready to use with [LocalStorage](https://developer.mozilla.org/ru/docs/Web/API/Window/localStorage), [SessionStorage](https://developer.mozilla.org/ru/docs/Web/API/Window/sessionStorage) and [Node.js](https://nodejs.org).
> stenodb is a pure ESM package. If you're having trouble using it in your project, please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
-[steno](https://github.com/typicode/steno) - Specialized fast async file writer.
109
107
-[class-transformer](https://github.com/typestack/class-transformer) - Decorator-based transformation, serialization, and deserialization between objects and classes.
110
108
-[class-validator](https://github.com/typestack/class-validator) - Decorator-based property validation for classes.
111
109
-[json-difference](https://github.com/lukascivil/json-difference) - A simple way to find the difference between two objects or json diff.
110
+
-[tslog](https://github.com/fullstack-build/tslog) - Universal Logger for TypeScript and JavaScript.
> ✍ Easy to use local JSON database for [LocalStorage](https://developer.mozilla.org/ru/docs/Web/API/Window/localStorage) and [SessionStorage](https://developer.mozilla.org/ru/docs/Web/API/Window/sessionStorage).
4
+
5
+
## Install
6
+
7
+
```sh
8
+
npm install @stenodb/browser
9
+
```
10
+
11
+
```sh
12
+
yarn add @stenodb/browser
13
+
```
14
+
15
+
```sh
16
+
pnpm add @stenodb/browser
17
+
```
18
+
19
+
## Usage
20
+
21
+
> **Warning**\
22
+
> stenodb is a pure ESM package. If you're having trouble using it in your project, please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
-[steno](https://github.com/typicode/steno) - Specialized fast async file writer.
80
+
-[class-transformer](https://github.com/typestack/class-transformer) - Decorator-based transformation, serialization, and deserialization between objects and classes.
81
+
-[class-validator](https://github.com/typestack/class-validator) - Decorator-based property validation for classes.
82
+
-[json-difference](https://github.com/lukascivil/json-difference) - A simple way to find the difference between two objects or json diff.
83
+
-[tslog](https://github.com/fullstack-build/tslog) - Universal Logger for TypeScript and JavaScript.
> ✍ Easy to use local JSON database for [Node.js](https://nodejs.org).
4
+
5
+
## Install
6
+
7
+
```sh
8
+
npm install @stenodb/node
9
+
```
10
+
11
+
```sh
12
+
yarn add @stenodb/node
13
+
```
14
+
15
+
```sh
16
+
pnpm add @stenodb/node
17
+
```
18
+
19
+
## Usage
20
+
21
+
> **Warning**\
22
+
> stenodb is a pure ESM package. If you're having trouble using it in your project, please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
-[steno](https://github.com/typicode/steno) - Specialized fast async file writer.
84
+
-[class-transformer](https://github.com/typestack/class-transformer) - Decorator-based transformation, serialization, and deserialization between objects and classes.
85
+
-[class-validator](https://github.com/typestack/class-validator) - Decorator-based property validation for classes.
86
+
-[json-difference](https://github.com/lukascivil/json-difference) - A simple way to find the difference between two objects or json diff.
87
+
-[tslog](https://github.com/fullstack-build/tslog) - Universal Logger for TypeScript and JavaScript.
> ✍ Easy to use local JSON database. Ready to use with [LocalStorage](https://developer.mozilla.org/ru/docs/Web/API/Window/localStorage), [SessionStorage](https://developer.mozilla.org/ru/docs/Web/API/Window/sessionStorage) and Node.js.
4
+
5
+
## Install
6
+
7
+
```sh
8
+
npm install stenodb
9
+
```
10
+
11
+
```sh
12
+
yarn add stenodb
13
+
```
14
+
15
+
```sh
16
+
pnpm add stenodb
17
+
```
18
+
19
+
| Package | Version | Description |
20
+
| ------- | ------ | ----------- |
21
+
|[stenodb](./packages/stenodb)|[](https://npm.im/stenodb)| Meta package |
> stenodb is a pure ESM package. If you're having trouble using it in your project, please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
-[steno](https://github.com/typicode/steno) - Specialized fast async file writer.
106
+
-[class-transformer](https://github.com/typestack/class-transformer) - Decorator-based transformation, serialization, and deserialization between objects and classes.
107
+
-[class-validator](https://github.com/typestack/class-validator) - Decorator-based property validation for classes.
108
+
-[json-difference](https://github.com/lukascivil/json-difference) - A simple way to find the difference between two objects or json diff.
0 commit comments