Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
canu21
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: Open benchmark for memory layers vs. pasting full chat history
(github.com)
1 points
by
canu21
2mo ago
|
0 comments
2.
▲
by
canu21
7mo ago
In OmniQL, JOIN isn't a clause inside another query. It's a standalone operation. You write :INNER JOIN Order User ON user_id = id, not :GET ... JOIN .... Since it starts the query and tells the engine what to do, it gets the : pr
3.
▲
by
canu21
7mo ago
The : prefix marks OmniQL commands, the action you want to perform (:GET, :CREATE, :DELETE, etc.). It's how the parser distinguishes OmniQL syntax from native SQL or other query languages. WHERE, AND, OR, LIMIT etc. are clauses. They m
4.
▲
Show HN: OmniQL – One Query Language for PostgreSQL, MySQL, MongoDB, and Redis
(omniql.com)
2 points
by
canu21
7mo ago
|
4 comments