aboutsummaryrefslogtreecommitdiff
path: root/pgruntime/helpers.go
Commit message (Collapse)AuthorAgeFilesLines
* move pgruntime internal helpers to internal/gqStefan Majewsky2026-08-051-60/+0
| | | | I want to use these in package pgtest.
* pgruntime: in ConnectForTest, only truncate tables instead of recreating the ↵Stefan Majewsky2026-07-311-0/+35
| | | | | | | | database DROP + CREATE DATABASE was measured at 100 ms per ConnectForTest(), which is prohibitively slow in large test suites. This should be more in the ballpark of 10 ms per test.
* add package pgruntimeStefan Majewsky2026-07-301-0/+39