# ecto_gss v1.0.0 - Table of Contents

> Use Google Spreadsheets as storage for Ecto objects.

## Pages

- [EctoGSS](readme.md)

## Modules

- [EctoGSS.Repo](EctoGSS.Repo.md): Repository to use Google Spreadsheets as persistence layer for objects.

- [EctoGSS.Schema](EctoGSS.Schema.md): Injects the plumbing that lets an `Ecto.Schema` be backed by a Google
Spreadsheet list (tab).

- Exceptions
  - [EctoGSS.NoSpreadsheetPid](EctoGSS.NoSpreadsheetPid.md): Raised in case spreadsheet pid can't be started, most likely because of Google API error.

  - [EctoGSS.NotSchema](EctoGSS.NotSchema.md): Raised when passed instead of model schema.

