This isn't a bug but I'd like to suggest that the README contain these instructions for calling blog.db/create-user: <pre> (require 'blog.db) (blog.db/with-db (blog.db/create-user "user" "password")) </pre>