Luka Vandervelden
bcead2b9a2
Will be re-added later through a more extensible mechanism. |
||
---|---|---|
spec | ||
src | ||
README.md | ||
db-password-file | ||
project.zsh | ||
shard.yml |
README.md
authd
Database setup
create table users(id int, created_at date, updated_at date, username text, realname text, password text, avatar text, perms text[]);