Skip to content
/ vndb-db Public

Access the VNDB Database Dumps through postgresql.

License

Notifications You must be signed in to change notification settings

tuihub/vndb-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VNDB Dump Docker Container

This repository provides a way to access the VNDB Database Dumps through postgresql.
本仓库提供了通过 postgresql 访问VNDB Database Dumps的方法。

The script may break due to the future changes of the dump.
脚本可能会由于未来dump文件的变化而失效。

Requires 3GB of disk space.
Build process may take a long time.
需要3GB的磁盘空间。
构建过程可能需要较长时间。

Usage

# Build and start
docker compose up -d
# Stop
docker compose down
# Force rebuild
docker-compose up --build --force-recreate --no-deps -d
# 如果你网络不佳,可以自定义dump文件的下载地址
ASSET_DOWNLOAD_URL="https://[YOUR_DOWNLOAD_URL]" docker compose up -d

About

Access the VNDB Database Dumps through postgresql.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published