# ecto_temp v2.0.2 - Table of Contents

Tools for using Postgres temporary tables with Ecto

## Pages

- [EctoTemp](overview.md)
- [Data Migrations](data_migrations.md)
- [Change Log](changelog.md)
- [License](license.md)

## Modules

- [EctoTemp](EctoTemp.md): `EctoTemp` is `use`'d to set up a module for managing temp tables. Once set up, macros such as
`EctoTemp.Macros.deftemptable/3`, `EctoTemp.Macros.column/3`, and macros in `EctoTemp.Factory`
may be used.
- [EctoTemp.Factory](EctoTemp.Factory.md)
- [EctoTemp.Macros](EctoTemp.Macros.md)

