A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
at master 285 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "DELETE FROM clicks WHERE link_id = $1", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Int4" 9 ] 10 }, 11 "nullable": [] 12 }, 13 "hash": "eeec02400984de4ad69b0b363ce911e74c5684121d0340a97ca8f1fa726774d5" 14}