initial commit

This commit is contained in:
2026-03-25 18:01:07 -05:00
commit 5910840ef1
8 changed files with 2295 additions and 0 deletions
@@ -0,0 +1,5 @@
create table links (
code text primary key,
long_url text not null,
created_at text not null default (current_timestamp)
);