Hello Supabase team,
I wanted to share an open-source Angular library I built on top of Supabase called ngx-saqly-supabase.
The goal of this library is to simplify working with Supabase for Angular developers by allowing them to define database schemas, run migrations, and perform CRUD operations directly from Angular using a type-safe API.
npm: https://www.npmjs.com/package/ngx-saqly-supabase
GitHub: https://github.com/mostafasaqly/ngx-saqly-supabase
The idea is to reduce the need for writing SQL manually and make it easier to build full-stack applications using Angular + Supabase.
I would really appreciate your feedback, and I’d be happy to improve the library or align it more closely with Supabase best practices.
If this fits anywhere in the Supabase ecosystem or community tools, I’d love to contribute further.
Thanks for building such a great platform.
Best regards, Mostafa Saqly mostafasaqly1@gmail.com
Mostafa Saqly introduces an open-source Angular library, ngx-saqly-supabase, designed to simplify working with Supabase for Angular developers. The library allows defining database schemas, running migrations, and performing CRUD operations using a type-safe API. Mostafa seeks feedback and is open to aligning the library with Supabase best practices.