@t1mmen/srtd
Version:
Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀
8 lines (7 loc) • 360 B
TypeScript
export declare const CONFIG_FILE = "srtd.config.json";
/**
* Default PostgreSQL connection string for Supabase local development.
* Used as fallback when POSTGRES_URL env var is not set.
* Port 54322 is Supabase CLI's default local PostgreSQL port.
*/
export declare const DEFAULT_PG_CONNECTION = "postgresql://postgres:postgres@localhost:54322/postgres";