# Introduction

This package was developed to provide an easy access to a database for your projects, with a very simple usage and a lot of features.

### Installation

{% hint style="info" %}
Minimum required Node.js version: **14.0.0**
{% endhint %}

```shell-session
npm install simpl.db
yarn add simpl.db
pnpm add simpl.db
bun add simpl.db
```

### Why Simpl.DB?

* Customizable
* Speedy and lightweight
* Dependency-free
* Beginner friendly
* Feature-rich
* Intuitive
* Data **safely stored and organized** and **easily accessible and modifiable**

### Useful Links

* [NPM Package Webpage](https://www.npmjs.com/package/simpl.db)
* [Yarn Package Webpage](https://yarnpkg.com/package/simpl.db)
* [GitHub Repository](https://github.com/5antos/simpl.db)
