Stream: beginners

Topic: Ecto/active record efforts


view this post on Zulip kanishka (Jul 21 2023 at 21:40):

Does anybody have any work started on a higher level db library like ecto. I found the low level pg already

view this post on Zulip Agus Zubiaga (Jul 22 2023 at 02:40):

In addition to the low level pg interface, I also started working on a type-safe query builder. Here’s an example using it: https://github.com/agu-z/roc-pg/blob/sql/sql/examples/rental.roc#L32

view this post on Zulip Agus Zubiaga (Jul 22 2023 at 03:09):

I also demo’d it a few meetups ago. Here’s the video (starts at 31min).

view this post on Zulip Agus Zubiaga (Jul 22 2023 at 03:23):

I recently took a longish vacation so I haven’t touched it in a while but I’m now back with a lot of ideas. So I’ll probably have something cool to show in August’s meetup.

view this post on Zulip kanishka (Jul 22 2023 at 03:39):

Any particular inspirations from other language libraries?


Last updated: Jul 06 2025 at 12:14 UTC