A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT COUNT(*) as count FROM users", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "count", 9 "type_info": "Int8" 10 } 11 ], 12 "parameters": { 13 "Left": [] 14 }, 15 "nullable": [ 16 null 17 ] 18 }, 19 "hash": "fd64104d130b93dd5fc9414b8710ad5183b647eaaff90decbce15e10d83c7538" 20}