supabase-plus 0.7.2

An extra set of tools for managing Supabase projects going beyond the possibilities of regular Supabase CLI
1
2
3
4
5
6
7
8
pub use std::process::exit;

pub use crate::cli::*;
#[allow(unused_imports)]
pub use crate::utils::*;

pub use async_trait::*;
pub use promptuity::prompts::*;