Sorry folks for the major pronunciation fail, TIL it's pronounced “Key-Seh-Lee” 🙈
@kpopcat_official Жыл бұрын
what are the benefits of using kysely over supabase-js. kysely can do transaction where supabase-js cannot at the moment right?
@rommyarb Жыл бұрын
Can I use this instead of the supabase js lib for type safety, outside deno?
@Supabase Жыл бұрын
Yes, since Supabase gives you a fully fledged Postgres Database you can use it wherever the standard Kysely Postgres dialect works: github.com/kysely-org/kysely#installation
@Supabase Жыл бұрын
Do note however that it's not something you can use client-side. Kysely can only be used in a secure server-side environment.