# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://simpldb.js.org/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
