Skip to content

WA-RS v0.6.9

Choose a tag to compare

@github-actions github-actions released this 04 Jul 09:18

What's Changed

Installation

Docker

docker pull fdciabdul/wa-rs:0.6.9

Binary Downloads

Platform Architecture Download
Linux x86_64 wa-rs-0.6.9-linux-amd64.tar.gz
Linux ARM64 wa-rs-0.6.9-linux-arm64.tar.gz
Windows x86_64 wa-rs-0.6.9-windows-amd64.zip

Database Support

Supports PostgreSQL, MySQL, and SQLite. Set DATABASE_URL in your .env:

# PostgreSQL
DATABASE_URL=postgres://user:pass@localhost:5432/wagateway
# MySQL
DATABASE_URL=mysql://user:pass@localhost:3306/wagateway
# SQLite
DATABASE_URL=sqlite://wa-rs.db

Verify Checksums

sha256sum -c checksums.txt