Ds Supabase
ds-supabase delivers a lightweight Lua client that connects FiveM servers directly to Supabase databases over the REST API. It supplies an asynchronous, chainable query builder supporting filters, ordering, limits, inserts, updates, deletes, and Postgres RPC calls.
Queries can be executed with await or callback patterns for flexible integration into existing resources. The wrapper stays minimal, focusing on performance and simple client creation with a Supabase URL and key.
- Asynchronous await and callback execution
- Chainable filters, ordering, and modifiers
- Full RPC support for Postgres functions
- Lightweight design with no heavy dependencies