Bandera.Store.Persistent.Ecto.Record (bandera v0.1.0)

Copy Markdown

Ecto schema for a single flag-gate row. The schema "bandera_flags" source is only a placeholder/default; the adapter always overrides it at query time via {Bandera.Config.ecto_table_name(), Record}, so the table name stays runtime configured (no compile-time table config). The schema exists purely to give Ecto the field types needed for portable casting (e.g. booleans) across SQL backends.