aboutsummaryrefslogtreecommitdiff
path: root/query.go
Commit message (Expand)AuthorAgeFilesLines
* reduce function body size for Update(), Delete()Stefan Majewsky2026-04-171-49/+54
* add type preparedStatement to simplify write opsStefan Majewsky2026-04-171-60/+65
* basic test coverage for Insert, Update, DeleteStefan Majewsky2026-04-171-2/+7
* improve test coverage, error reporting for Select()Stefan Majewsky2026-04-171-3/+3
* add Store.Update()Stefan Majewsky2026-04-161-1/+53
* add PrepareThreshold tuning parameterStefan Majewsky2026-04-161-15/+49
* take non-pointer records on Insert()Stefan Majewsky2026-04-161-10/+11
* add initial sketches for Store.Insert, Store.UpdateStefan Majewsky2026-04-121-0/+120
* add Store.SelectOneStefan Majewsky2026-04-121-92/+0
* add Handle interfaceStefan Majewsky2026-04-121-3/+2
* reorganize the API from type DB to type StoreStefan Majewsky2026-04-111-11/+8
* reduce function body of Select() further, add context to errorsStefan Majewsky2026-04-111-14/+32
* reduce function body of Select()Stefan Majewsky2026-04-111-16/+37
* say no to ctxStefan Majewsky2026-04-111-2/+1
* move Select() to separate fileStefan Majewsky2026-04-101-0/+58