Ecto QLC - Ecto Adapters for DETS, ETS and Mnesia

I’m happy to annonce something I’ve been working on in my spare time over a few weekends: EctoQLC comes with an adapter for DETS, ETS and Mnesia.

It’s still early days so please checkout the limitations in the readme: GitHub - Schultzer/ecto_qlc: QLC-based adapters and database migrations for Ecto · GitHub and the two livebook examples: GitHub - Schultzer/ecto_qlc: QLC-based adapters and database migrations for Ecto · GitHub

Please let me know if you are having any troubles, and Happy holidays!

9 Likes

Great idea, useful for caching and using Ecto schemas with ETS tables!

1 Like