Artifact a0814e5c6101787ae9e1ee93f1e403d33414deec6a8f1bc47c7c1a172f86a406:
- File store.t — part of check-in [6f17de4767] at 2020-12-14 14:40:34 on branch trunk — more boilerplate, add template framework (user: lexi, size: 154) [annotate] [blame] [check-ins using]
-- vim: ft=terra
local m = {}
local backend = {
pgsql = {
};
}
struct m.user {
uid: rawstring
nym: rawstring
handle: rawstring
localuser: bool
}