embedded psql

This commit is contained in:
Priec
2026-08-14 12:11:17 +02:00
parent 36495bc77d
commit 5ddf8c4cde
5 changed files with 317 additions and 20 deletions

View File

@@ -10,3 +10,6 @@ rustflags = ["-C", "link-arg=-fuse-ld=lld"]
[alias]
watch-client = ["watch", "--delay", "0.1", "--ignore", "**/common/src/proto/**", "--exec", "build --package client", "--shell", "workspace_manifest=$(cargo locate-project --workspace --message-format plain); exec ${workspace_manifest%Cargo.toml}target/debug/client client"]
watch-server = ["watch", "--why", "--delay", "0.1", "--ignore", "**/common/src/proto/**", "--exec", "build --package server", "--shell", "workspace_manifest=$(cargo locate-project --workspace --message-format plain); exec ${workspace_manifest%Cargo.toml}target/debug/server server"]
[env]
POSTGRESQL_VERSION = "=17.10.0"