parsav  store.t at [6f17de4767]

File store.t artifact a0814e5c61 part of check-in 6f17de4767


-- vim: ft=terra
local m = {}

local backend = {
	pgsql = {
	};
}

struct m.user {
	uid: rawstring
	nym: rawstring
	handle: rawstring

	localuser: bool
}