aboutsummaryrefslogtreecommitdiff
path: root/oblast.go
Commit message (Expand)AuthorAgeFilesLines
* doc proofreadingStefan Majewsky2026-05-221-1/+1
* replace Wrap with NewDB/NewConn/NewTxStefan Majewsky2026-05-181-6/+6
* Insert, Upsert, Update, Delete: do not panic on indirection through nil pointerStefan Majewsky2026-05-131-2/+4
* change Handle to a generic interface without explicit dep on database/sqlStefan Majewsky2026-05-121-20/+0
* add ctx arguments to most methodsStefan Majewsky2026-04-301-4/+5
* one more TODOStefan Majewsky2026-04-301-0/+4
* add StructTagKeyIsStefan Majewsky2026-04-181-0/+8
* improve test coverage, error reporting for Select()Stefan Majewsky2026-04-171-19/+0
* fix lintsStefan Majewsky2026-04-171-1/+1
* add Store.Update()Stefan Majewsky2026-04-161-0/+19
* clarify behavior around recursing into struct type membersStefan Majewsky2026-04-151-21/+62
* fold package internal into package oblastStefan Majewsky2026-04-141-8/+11
* initial test coverage for Store.Select functionsStefan Majewsky2026-04-141-4/+0
* add initial sketches for Store.Insert, Store.UpdateStefan Majewsky2026-04-121-0/+51
* add Store.SelectOneStefan Majewsky2026-04-121-0/+4
* add Handle interfaceStefan Majewsky2026-04-121-1/+20
* reorganize the API from type DB to type StoreStefan Majewsky2026-04-111-0/+58