2022-03-26 16:44:28 +08:00
2022-03-22 03:59:33 +08:00
2022-03-26 16:44:28 +08:00
2022-03-24 21:39:40 +08:00
2022-03-15 12:36:40 +08:00
2022-03-15 12:36:40 +08:00
2022-03-15 12:12:50 +08:00
2022-03-24 14:31:13 +08:00

hole-backend-rust

部署

prepare database

sudo -u postgres psql
postgres=# CREATE USER hole WITH PASSWORD 'hole_pass';
CREATE ROLE
postgres=# CREATE DATABASE hole_v2 OWNER hole;
CREATE DATABASE
postgres=# \c hole_v2
You are now connected to database "hole_v2" as user "postgres".
hole_v2=# CREATE EXTENSION pg_trgm;
CREATE EXTENSION
hole_v2=# \q
./hole-thu --init-database
Description
No description provided
Readme WTFPL 848 KiB
v1.4 Latest
2022-08-21 17:25:44 +08:00
Languages
Rust 94.3%
Python 2.8%
PLpgSQL 1.2%
RenderScript 1.1%
Dockerfile 0.5%
Other 0.1%