Request for feedback: does an Elixir sqlite3 driver need a connection pool?

integration with ecto3 is definitely needed, but, having looked into it, it’s an elixir problem, not a nif problem, almost all of it is re-implementing the glue between ecto api and the lower layer, and even using e.g. postgrex as a template, it’s incredibly dense code that made my eyes cross, and there’s no deep “operating manual” for creating an Ecto3 adapter yet… So many things I would like to have ecto adapters for… I gave up pretty early on. That said, it would be extremely useful if someone did implement an ecto3 layer, but if you do, I recommend doing without regard to the underlying sqlite driver, since that would help everyone.

I’d thought about doing an sqlite api in zigler - I suspect it would be pretty easy, though I don’t have compilation in windows right now for I don’t know what reason. Unfortunately, too many other things on my plate.