top | item 46088261

(no title)

doctorzook | 3 months ago

Unless your data is really unusual, I’d generally recommend that you avoid writing your own query language and processor: it’s just damn hard to make it work well. Instead, look at how to put something like DuckDB in front of your data so people can just write SQL.

discuss

order

PaulHoule|3 months ago

Or a step up from that: build a compiler that converts queries in a human-friendly or application-specific language to SQL or something similar.