I can't seem to find where are the roc-pg release .tar is. https://github.com/agu-z/roc-pg/
I don't know if there is a packaged release. You can git clone the repository and use a local relative file path instead.
thank you. so I can just download as is and tar it before using it? since it's a zip file that's downloaded
No need to tar, just extract it and use it like here.
I've made an issue on roc-pg to set up a release https://github.com/agu-z/roc-pg/issues/8
No need to tar, just extract it and use it like here.
Actually, this is a better example.
Yeah, good point. IIRC the reason it doesn’t have one is that the query builder was in its own package and the compiler couldn’t deal with transitive deps. However, I then moved the query builder into the main package, so it shouldn’t matter. I’ll give it a try later.
I updated roc-pg to work with the latest version of everything and there's a release bundle now: https://github.com/agu-z/roc-pg/releases/tag/0.1.0
Agus Zubiaga has marked this topic as resolved.
Last updated: Jul 06 2025 at 12:14 UTC