tangled
alpha
login
or
join now
nekomimi.pet
/
simplelink
A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
0
fork
atom
overview
issues
pulls
pipelines
simplelink
/
migrations
/
20250219000000_extend_short_code.sql
at
master
85 B
view raw
1
-- PostgreSQL migration
2
ALTER
TABLE
links
ALTER
COLUMN
short_code
TYPE
VARCHAR
(
32
)
;
3