index
:
go-oblast
main
A small ORM library for Go, focused on type safety and performance
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
oblast.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc proofreading
Stefan Majewsky
2026-05-22
1
-1
/
+1
*
replace Wrap with NewDB/NewConn/NewTx
Stefan Majewsky
2026-05-18
1
-6
/
+6
*
Insert, Upsert, Update, Delete: do not panic on indirection through nil pointer
Stefan Majewsky
2026-05-13
1
-2
/
+4
*
change Handle to a generic interface without explicit dep on database/sql
Stefan Majewsky
2026-05-12
1
-20
/
+0
*
add ctx arguments to most methods
Stefan Majewsky
2026-04-30
1
-4
/
+5
*
one more TODO
Stefan Majewsky
2026-04-30
1
-0
/
+4
*
add StructTagKeyIs
Stefan Majewsky
2026-04-18
1
-0
/
+8
*
improve test coverage, error reporting for Select()
Stefan Majewsky
2026-04-17
1
-19
/
+0
*
fix lints
Stefan Majewsky
2026-04-17
1
-1
/
+1
*
add Store.Update()
Stefan Majewsky
2026-04-16
1
-0
/
+19
*
clarify behavior around recursing into struct type members
Stefan Majewsky
2026-04-15
1
-21
/
+62
*
fold package internal into package oblast
Stefan Majewsky
2026-04-14
1
-8
/
+11
*
initial test coverage for Store.Select functions
Stefan Majewsky
2026-04-14
1
-4
/
+0
*
add initial sketches for Store.Insert, Store.Update
Stefan Majewsky
2026-04-12
1
-0
/
+51
*
add Store.SelectOne
Stefan Majewsky
2026-04-12
1
-0
/
+4
*
add Handle interface
Stefan Majewsky
2026-04-12
1
-1
/
+20
*
reorganize the API from type DB to type Store
Stefan Majewsky
2026-04-11
1
-0
/
+58