all flow commands working, extension compiled

This commit is contained in:
2025-04-13 17:19:18 -04:00
parent 249b588532
commit 3f5662c797
13 changed files with 3109 additions and 68 deletions

3
.cargo/config.toml Normal file
View File

@ -0,0 +1,3 @@
[build]
# Postgres symbols won't be available until runtime
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]