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 cd940d59ba feat: cache for get multi posts 3 years ago
migrations fix: use timestamptz 3 years ago
src feat: cache for get multi posts 3 years ago
tools use postgresql 3 years ago
.gitignore feat: basic api & model for post 3 years ago
Cargo.toml log sql query 3 years ago
LICENSE Initial commit 3 years ago
README.md fix: use timestamptz 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