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@queries_FeedPost.hrl
Raw

include/example@queries_FeedPost.hrl

-record(feed_post, {
post_id :: integer(),
author_name :: binary(),
body :: binary()
}).