util.sql

This library wraps LuaDBI and provides various features such as automatic caching of prepared statements, reconnecting and retrying failed transactions.

local db = require "util.sql":create_engine({
    driver = "SQLite3",
    database = "./data.sqlite",
});

The rest of this documentation has not yet been written. Try again later or ask if we forgot about it.