UNPKG

@t1mmen/srtd

Version:

Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀

4 lines • 210 B
export const SEPARATOR_WIDTH = 51; export const SEPARATOR = '\u2500'.repeat(SEPARATOR_WIDTH); export const TIMESTAMP_COLUMN_WIDTH = 10; // 'HH:MM:SS ' = 8 chars + 2 spaces //# sourceMappingURL=constants.js.map