The core driver and its adapter are coming along nicely. Only a couple more tests left to onboard of the entire ecto and ecto_sql integration test suite.
I ran some benchmarks for exqlite comparing it to postgrex and myxql and found that it does much better than I expect, having up to 10x speed increase for inserts, for instance. This is far more than I expected, to the point where I think I may have ran something wrong, but it looks like everything is set up correctly.
https://github.com/warmwaffles/exqlite/pull/111
Exciting!






















