supabase_rs 0.2.0

A Rust SDK client for Supabase
Documentation

supabase_rs

supabase_rs is light Supabase SDK for interacting with it's database

[![Crates.io][crates-badge]][crates-url]

Database Features

  • Updating
  • Inserting
  • Bulk Inserting
  • Upserting
  • Bulk Upserting
  • Delete
  • Select
  • Applying Filters

Advanced Filtering over select()

  • Column is equal to a value
  • Column is not equal to a value
  • Column is greater than a value
  • Column is less than a value
  • Column is greater than or equal to a value
  • Column is less than or equal to a value
  • Order the results
  • Limit the number of rows returned
  • Retrieve as a CSV

Auth

// coming soon //

Storage

// coming soon //

Quickstart

Add the following dependency to your toml file:

[dependencies]
supabase_rs = "0.1.0"

Support

If you need any specific features added or have any requests either contact me on discord or open an issue on the Repo