canu21
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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;…