aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-04-11 01:06:21 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-04-11 01:06:21 +0200
commitf175f85a690dd37d8cccaefbe844caeee2a372cd (patch)
treeee39db25cd709da24afb7c83a4a2fdd60bdf4da1 /README.md
parentdb2f3a483c60c68f4aea357f41d1faaa08291e72 (diff)
downloadgo-oblast-f175f85a690dd37d8cccaefbe844caeee2a372cd.tar.gz
reduce function body of Select() further, add context to errors
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4494b49..b40d2b1 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,9 @@ SPDX-License-Identifier: Apache-2.0
# Oblast
-My attempt at an ORM library for Go. Inspired by [Gorp](https://pkg.go.dev/gopkg.in/gorp.v3), but without the bits that make Gorp slow.
+My attempt at a minimal ORM library for Go. Inspired by [Gorp](https://pkg.go.dev/gopkg.in/gorp.v3), but without the bits that make Gorp slow.
+
+You may think that the name refers to the type of administrative division that exists in several Slavic countries, but it's actually just an acronym for what this library does: **Ob**ject **L**oading **A**nd **St**oring.
## Unstructured notes