> For the complete documentation index, see [llms.txt](https://lenn.gitbook.io/db-local/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lenn.gitbook.io/db-local/introduction.md).

# Introduction

db-local, local database for small to medium projects, that uses schema standardization and JSON to store data.

### Installation <a href="#installation" id="installation"></a>

```bash
npm install db-local
yarn add db-local
```
