index
:
go-oblast
main
A small ORM library for Go, focused on type safety and performance
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
main
add TODO for selectOneValue/selectSeveralValues adaptation
Stefan Majewsky
42 hours
Tag
Download
Author
Age
v0.13.2
go-oblast-0.13.2.tar.gz
Stefan Majewsky
2 days
v0.13.1
go-oblast-0.13.1.tar.gz
Stefan Majewsky
2 days
v0.13.0
go-oblast-0.13.0.tar.gz
Stefan Majewsky
2 days
v0.12.0
go-oblast-0.12.0.tar.gz
Stefan Majewsky
2 weeks
v0.11.0
go-oblast-0.11.0.tar.gz
Stefan Majewsky
2 weeks
v0.10.0
go-oblast-0.10.0.tar.gz
Stefan Majewsky
2 months
v0.9.0
go-oblast-0.9.0.tar.gz
Stefan Majewsky
3 months
v0.8.0
go-oblast-0.8.0.tar.gz
Stefan Majewsky
3 months
v0.7.0
go-oblast-0.7.0.tar.gz
Stefan Majewsky
3 months
v0.6.0
go-oblast-0.6.0.tar.gz
Stefan Majewsky
3 months
[...]
Age
Commit message
Author
Files
Lines
2026-05-13
v0.8.0
v0.8.0
Stefan Majewsky
1
-1
/
+1
2026-05-13
return a concrete type from Wrap() to enable non-Oblast DB operations
Stefan Majewsky
8
-97
/
+110
2026-05-13
Insert, Upsert, Update, Delete: do not panic on indirection through nil pointer
Stefan Majewsky
6
-28
/
+169
2026-05-12
add PostgreSQL benchmark, comparing lib/pq against pgx both with and w/o Oblast
Stefan Majewsky
9
-20
/
+670
2026-05-12
fix `reuse lint`
Stefan Majewsky
1
-0
/
+1
2026-05-12
v0.7.0
v0.7.0
Stefan Majewsky
1
-1
/
+1
2026-05-12
add escaping in Dialect.QuoteIdentifier implementations
Stefan Majewsky
2
-6
/
+26
2026-05-12
clarify docstrings, put down TODOs based on review feedback
Stefan Majewsky
2
-3
/
+8
2026-05-12
fix typos
Stefan Majewsky
3
-3
/
+3
2026-05-12
change Handle to a generic interface without explicit dep on database/sql
Stefan Majewsky
11
-105
/
+216
[...]