# `Keksdose.Types.StringList`
[🔗](https://github.com/io2/keksdose/blob/v0.4.1/lib/keksdose/types/string_list.ex#L1)

Ecto type storing a non-empty list of strings as JSON.

Used for `categories` so the same schema works across PostgreSQL
(stored as `jsonb`), MySQL (`json`), and SQLite (`text`). The migration
generator emits the adapter-appropriate column type.

# `embed_as`

# `equal?`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
