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({
= "SQLite3",
driver = "./data.sqlite",
database });
The rest of this documentation has not yet been written. Try again later or ask if we forgot about it.