Packages

A compile-time safe database library for Gleam - Ecto-inspired schemas, composable queries, and adapter-based persistence

Current section

Files

Jump to
cquill include cquill@adapter@memory_Snapshot.hrl
Raw

include/cquill@adapter@memory_Snapshot.hrl

-record(snapshot, {
name :: gleam@option:option(binary()),
tables :: gleam@dict:dict(binary(), cquill@adapter@memory:memory_table()),
id_counters :: gleam@dict:dict(binary(), integer())
}).