add a postgres history backend (#2322)

Postgres support is behind a build tag; use `make build_full`
or `make install_full` to compile it in.
This commit is contained in:
Shivaram Lingamneni
2026-03-04 22:18:28 -08:00
committed by GitHub
parent ee0071b37a
commit 5fd8ed8ed6
189 changed files with 39288 additions and 10 deletions
+2
View File
@@ -22,6 +22,8 @@ jobs:
go-version: "1.26"
- name: "install python3-pytest"
run: "sudo apt install -y python3-pytest python3-websockets"
- name: "make build_full"
run: "make build_full"
- name: "make install"
run: "make install"
- name: "make test"