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 id FROM links WHERE id = $1 AND user_id = $2",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "id",
9 "type_info": "Int4"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Int4",
15 "Int4"
16 ]
17 },
18 "nullable": [
19 false
20 ]
21 },
22 "hash": "a7e827ab162e612a3ef110b680bfafe623409a8da72626952f173df6b740e33b"
23}