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

# Começando!

### Como começar?

#### Instalação:

Para começar a usar utilize:

```bash
npm install local-db-express
```

#### Chamando o modulo:

Pequeno exemplo de como usar o modulo:

{% code title="index.js" lineNumbers="true" %}

```javascript
const datastorage = require("local-db-express"); // chamando o modulo...

datastorage.mapAll().then((result) => {
  console.log(result); // Print db maping.
});
```

{% endcode %}

Mais informações sobre como fazer

### Duvidas

Sem problemas! Documentamos praticamente tudo sobre a LDE!

[<mark style="color:blue;">Sintaxes</mark>](/local-db-express-docs/syntaxes/document.md)

### Sobre

Opa! Sou Ramires atualmente que estou fazendo esse paragrafo tenho 13 anos. E decidi criar minha própria Database local com o `File System,` Então por que não mostrar ao mundo? Sei que já existem muitas outras melhores que essa, mas tanto faz. É você ai do outro lado que decide usar. ¯\\\_(ツ)\_/¯ Mas já tenho é que agradecer a você estar aqui. Espero que goste do que eu estou fazendo.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://ramiresoliv.gitbook.io/local-db-express-docs/comecando.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.
