aboutsummaryrefslogtreecommitdiff
path: root/benchmark/postgres_test.go
Commit message (Expand)AuthorAgeFilesLines
* replace types Handle, DB, Conn, Tx with their gg/gsql equivalentsStefan Majewsky3 days1-4/+5
* add type SelectionStefan Majewsky2026-07-171-2/+2
* bump gg to 0.10.0, use gg/assertStefan Majewsky2026-06-201-1/+1
* replace Wrap with NewDB/NewConn/NewTxStefan Majewsky2026-05-181-13/+13
* return a concrete type from Wrap() to enable non-Oblast DB operationsStefan Majewsky2026-05-131-27/+23
* add PostgreSQL benchmark, comparing lib/pq against pgx both with and w/o OblastStefan Majewsky2026-05-121-0/+396