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-thu c9659acd6e use postgresql 3 years ago
migrations use postgresql 3 years ago
src use postgresql 3 years ago
tools use postgresql 3 years ago
.gitignore feat: basic api & model for post 3 years ago
Cargo.toml use postgresql 3 years ago
LICENSE Initial commit 3 years ago
README.md use postgresql 3 years ago
diesel.toml feat: basic api & model for post 3 years ago

README.md

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