You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hole-backend-rust
部署
prepare database
CREATE USER hole CREATEDB;
ALTER USER hole WITH PASSWORD "hole_pass";
$ diesel setup
\c hole_v2
CREATE EXTENSION pg_trgm;
$ diesel run
$ python3 tools/migdb.py