embedded psql
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user