# snodo_tasks_sqlite v0.2.0 - Table of Contents

> SQLite store for snodo Tasks

## Pages

- [SQLite Tasks store](readme.md)

## Modules

- [Snodo.Extensions.Tasks.Store.SQLite](Snodo.Extensions.Tasks.Store.SQLite.md): Single-host SQLite persistence for the MCP Tasks extension.
- [Snodo.Extensions.Tasks.Store.SQLite.Config](Snodo.Extensions.Tasks.Store.SQLite.Config.md): The store handle that `Snodo.Extensions.Tasks.Store.SQLite.new/1` returns and
the other store functions take. Build it with `new/1` or `new!/1`; its fields
are internal.

- [Snodo.Extensions.Tasks.Store.SQLite.Migration](Snodo.Extensions.Tasks.Store.SQLite.Migration.md): Current SQLite migration for `Snodo.Extensions.Tasks.Store.SQLite`.
- [Snodo.Extensions.Tasks.Store.SQLite.Migration.V1](Snodo.Extensions.Tasks.Store.SQLite.Migration.V1.md): Immutable SQLite schema-version-one migration.
- [Snodo.Extensions.Tasks.Store.SQLite.Migration.V2](Snodo.Extensions.Tasks.Store.SQLite.Migration.V2.md): Data-preserving SQLite upgrade from Tasks schema version one to two.

## Mix Tasks

- [mix tasks.sqlite.contract](Mix.Tasks.Tasks.Sqlite.Contract.md): Runs the file-backed SQLite adapter contract and verifies its local evidence
tags without coupling the package to `Snodo.Compliance`.

