说明:使用csv和excel进行有效查询并不方便。在此存储库中,结构变体(sv)数据已转换为sql表。
运行前
填充application.properties文件以连接到数据库
PSQL设置Mac Os:
安装
brew install postgres
启动服务器
pg_ctl -D /usr/local/var/postgres start
在调用psql ${DB_NAME}之前设置环境变量
PGPASSWORD=${PASSWORD} psql -U ${USER_NAME} ${DB_N
<weixin_42161450> 上传 | 大小:10mb