# EctoNPlusOne v0.1.0 - Table of Contents

> N+1 query detection for Ecto

## Pages

- [EctoNPlusOne](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [EctoNPlusOne](EctoNPlusOne.md): Detect n+1 queries in Ecto.

- [EctoNPlusOne.Detection](EctoNPlusOne.Detection.md): Information about a potential N+1 query passed to the configured `:on_detect` callback.

