Simple, fast SQL queries for flat files

前端 未结 8 899
广开言路
广开言路 2021-02-04 07:24

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

8条回答
  •  野的像风
    2021-02-04 08:11

    We'll I have a lightweight ORM for sqlite that would simplify this task without requiring any configuration files, etc.

    If you can using PowerShell has a lot of powerful capabilities for parsing and querying text files (example here). Otherwise using .NET/Mono you can cut that up in and use LINQ in no time.

提交回复
热议问题