Does anyone know of any tools to provide simple, fast queries of flat files using a SQL-like declarative query language? I\'d rather not pay the overhead of loading the file in
I just stumbled across this Python script which does something like what you want, although it only supports very basic queries.