Sqawk 0.1.0: A fusion of SQL and Awk: Applying SQL to text-based data files(github.com)4 points·by jgarzik·ปีที่แล้ว·3 commentsgithub.comSqawk 0.1.0: A fusion of SQL and Awk: Applying SQL to text-based data fileshttps://github.com/jgarzik/sqawk2 commentsPost comment[–]account-5·ปีที่แล้วreplyIt's this using sqlite under the hood? You can do similar on the cli with sqlite.I used to love these sort of cli programs, but since discovering (power|nu)shell I just reach for them now.[–]jgarzik·ปีที่แล้วreplyNo, not using sqlite under the hood.This is using Rust's native sqlparser crate, which is quite powerful, plus an internal memory database.We can extend this beyond what sqlite SQL supports.[–]jgarzik·ปีที่แล้วreplySuggestions welcome!
I used to love these sort of cli programs, but since discovering (power|nu)shell I just reach for them now.