Erlang-sqlite3 is, unsurprisingly, the Erlang wrapper for SQLite 3 database engine. It can do the basic DB manipulation tasks, supports parametrized and prepared statements. Works under Linux and Windows. https://github.com/alexeyr/erlang-sqlite3 -- Yours, Alexey Romanov