supabase-plus 0.8.13

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
mod completions;
pub mod create;
pub mod db;
pub mod manage;
mod prelude;
mod stop_any;
mod upgrade;
mod watch;