diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-04-11 01:06:21 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-04-11 01:06:21 +0200 |
| commit | f175f85a690dd37d8cccaefbe844caeee2a372cd (patch) | |
| tree | ee39db25cd709da24afb7c83a4a2fdd60bdf4da1 /README.md | |
| parent | db2f3a483c60c68f4aea357f41d1faaa08291e72 (diff) | |
| download | go-oblast-f175f85a690dd37d8cccaefbe844caeee2a372cd.tar.gz | |
reduce function body of Select() further, add context to errors
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
