aboutsummaryrefslogtreecommitdiff
path: root/query.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Currently extremely bad performance for some reason. Need to investigate.
* 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