supabase-plus 0.4.7

An extra set of tools for managing Supabase projects going beyond the possibilities of regular Supabase CLI
1
2
3
4
5
pub mod supabase;
pub use supabase::*;

pub mod codewatch;
pub use codewatch::*;