Hacker News new | ask | show | jobs
by account-5 406 days ago
It'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.

1 comments

No, 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.