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
Branch
Commit message
Author
Age
main
go.mod: simplify go statement
Stefan Majewsky
6 days
Tag
Download
Author
Age
v0.10.0
go-oblast-0.10.0.tar.gz
Stefan Majewsky
2 weeks
v0.9.0
go-oblast-0.9.0.tar.gz
Stefan Majewsky
3 weeks
v0.8.0
go-oblast-0.8.0.tar.gz
Stefan Majewsky
4 weeks
v0.7.0
go-oblast-0.7.0.tar.gz
Stefan Majewsky
4 weeks
v0.6.0
go-oblast-0.6.0.tar.gz
Stefan Majewsky
4 weeks
v0.5.0
go-oblast-0.5.0.tar.gz
Stefan Majewsky
4 weeks
v0.4.0
go-oblast-0.4.0.tar.gz
Stefan Majewsky
5 weeks
v0.3.0
go-oblast-0.3.0.tar.gz
Stefan Majewsky
6 weeks
v0.2.0
go-oblast-0.2.0.tar.gz
Stefan Majewsky
7 weeks
v0.1.0
go-oblast-0.1.0.tar.gz
Stefan Majewsky
7 weeks
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
[...]