Remix.run Logo
pdimitar 11 hours ago

Not a business, just a library for other devs.

Finishing up https://github.com/dimitarvp/xqlite -- an Elixir library for working with SQLite, with the FFI code written in Rust via the `rusqlite` crate.

The Elixir ecosystem lacks a super stable driver for this. I've heard reports that the currently used library -- `exqlite` -- crashes every now and then. I aim to fix that once and for all, with Rust and careful programming.

Last items remaining are to make sure users can get precompiled native library + start doing proper release tagging. The software is functional otherwise.