For the following problem, is there a more light weight solution than "load into sqlite" ?
-
I have a bunch of structured/relational data. One file per table. Either CSV or some binary packed format.
-
I need to run READ ONLY queries over this data. No updates/inserts/dels/writes.
I am wondering if there is some library/crate that provides a solution that is more lightweight than sqlite.