Show HN: Supabase Testcontainers for Rust
github.comI utilize Supabase as the basis for many of the applications that I create. I find it valuable to pursue a test driven development strategy for both my organic coding as well as my AI assisted coding. This makes me lean on Testcontainers often. While there are Testcontainers available for many of the foundational building block services we all use, there was not one for Supabase (at least in Rust). So I created one. Hope this helps someone out there. Thanks.
Full disclosure I also use AI to assist me in doing this in a timely manner. If you find any issues or broken code, please submit an issue. I've added tests, but sometimes things fall through the cracks. Thank you.