summaryrefslogtreecommitdiff
path: root/pgruntime/helpers.go
Commit message (Collapse)AuthorAgeFilesLines
* pgruntime: in ConnectForTest, only truncate tables instead of recreating the ↵Stefan Majewsky2 days1-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 Majewsky4 days1-0/+39