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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve test coverage, error reporting for Select()
Stefan Majewsky
2026-04-17
2
-3
/
+17
*
increase test coverage for planning
Stefan Majewsky
2026-04-15
1
-4
/
+8
*
before scanning, spawn member structs within pointers as necessary
Stefan Majewsky
2026-04-15
1
-0
/
+13
*
fold package internal into package oblast
Stefan Majewsky
2026-04-14
4
-620
/
+0
*
initial test coverage for Store.Select functions
Stefan Majewsky
2026-04-14
4
-8
/
+29
*
add mock SQL driver for tests
Stefan Majewsky
2026-04-13
1
-0
/
+300
*
reduce code duplication in benchmark tests
Stefan Majewsky
2026-04-13
1
-0
/
+24
*
add initial sketches for Store.Insert, Store.Update
Stefan Majewsky
2026-04-12
2
-24
/
+88
*
add Store.SelectWhere, Store.SelectOneWhere
Stefan Majewsky
2026-04-12
2
-0
/
+40
*
add Store.SelectOne
Stefan Majewsky
2026-04-12
1
-2
/
+2
*
reorganize the API from type DB to type Store
Stefan Majewsky
2026-04-11
2
-121
/
+97
*
many more tests for query planning
Stefan Majewsky
2026-04-11
2
-21
/
+176
*
use reflect.VisibleFields()
Stefan Majewsky
2026-04-11
1
-25
/
+9
*
reduce function body of Select()
Stefan Majewsky
2026-04-11
1
-2
/
+9
*
generate INSERT/UPDATE/DELETE queries during BuildPlan
Stefan Majewsky
2026-04-10
3
-46
/
+187
*
reorganize code
Stefan Majewsky
2026-04-10
4
-0
/
+276