supabasic 0.2.4

Basic Supabase Api Crate
Documentation
# supabasic-rs

[![CI](https://github.com/JDPlumbing/supabasic-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/JDPlumbing/supabasic-rs/actions)

Created by [JDPlumbing](https://github.com/JDPlumbing)

## 📦 Installation

```bash
cargo install supabasic-rs
```

## 🚀 Usage

```rust
fn main() {
    println!("Hello from your new crate!");
}
```