mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-05 19:38:48 +02:00
db6a7dcabb6a832fc0c3dec863e05c30f9d5f92a
Yaak Network Toolkit
The most fun you'll ever have working with APIs.
Common Commands
# Start dev app
npm run tauri-dev
# Migration commands
cd src-tauri
cargo sqlx migrate add ${MIGRATION_NAME}
cargo sqlx migrate run --database-url 'sqlite://db.sqlite?mode=rw'
cargo sqlx prepare --database-url 'sqlite://db.sqlite'