Note that SQLite does not have a user id or password, but the taps gem requires something. I just used the literals "user" and "password".
为新数据库创建 Postgres 数据库用户
$ createuser f3
Shall the new role be a superuser? (y/n) n
Shall the new role be allowed to create databases? (y/n) y
Shall the new role be allowed to create more new roles? (y/n) y