Packages

Small Postgres + SQLite library for Gleam. Query builder for 80% of CRUD, typed raw SQL for the rest.

Current section

Files

Jump to
gloo include example@schema_Follow.hrl
Raw

include/example@schema_Follow.hrl

-record(follow, {follower_id :: integer(), followee_id :: integer()}).