canu21

↗ HN profile [ 28.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hey HN, I built OmniQL — an open-source Go library that compiles a universal query syntax into native database commands. You write: :GET User WHERE id = 42 It becomes: PostgreSQL → SELECT * FROM "users" WHERE "id" = 42;…