A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
at master 85 B view raw
1-- PostgreSQL migration 2ALTER TABLE links ALTER COLUMN short_code TYPE VARCHAR(32); 3