---
title: Getting Started
description: A guide how to use this module.
---

## Features
The helpers module has 3 components:
* migration script
* optimized db connection code
* ORM helpers to simplify single result, pagination, etc

See this in action at [nextjs-boilerplate](https://github.com/Enalmada/nextjs-boilerplate)

Each of these will have more detail in the following pages.

## Installation

```bash
bun add @enalmada/drizzle-helpers
```
