vault-link/sync-server
dependabot[bot] 8c6271cd0e
Bump tokio from 1.44.2 to 1.47.1 in /sync-server (#94)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-25 17:16:56 +01:00
..
src Fix main & improve cursor sync (#101) 2025-08-25 17:15:52 +01:00
.dockerignore Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
.env Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
build.rs Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
Cargo.lock Bump tokio from 1.44.2 to 1.47.1 in /sync-server (#94) 2025-08-25 17:16:56 +01:00
Cargo.toml Bump tokio from 1.44.2 to 1.47.1 in /sync-server (#94) 2025-08-25 17:16:56 +01:00
config-e2e.yml Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
Dockerfile Fix docker 2025-07-13 11:51:20 +01:00
README.md Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
rust-toolchain.toml Fix main & improve cursor sync (#101) 2025-08-25 17:15:52 +01:00

Sync server

Creating/resetting the Database for development

sqlx database create --database-url sqlite://db.sqlite3
sqlx migrate run --source src/app_state/database/migrations --database-url sqlite://db.sqlite3
cargo sqlx prepare --workspace