🦀 Supabase-rust

supabase-rust is a light Rust wrapper around the Supabase REST API.

Crates.io MIT licensed Build Status

Features

Quickstart

Add the following dependency to your toml file: [dependencies] supabase_rust = "0.1.0"

You can initialize the two configuration keys either inline in the intialization or via environment variables (SUPABASE_API_KEY and SUPABASE_URL).

Tips

The Supabase team has an outline of their OpenAPI specs over in this yaml file.

License

Supabase-rust is available under the MIT license, see the LICENSE file for more information.