aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-04-09 21:57:05 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-04-09 21:57:05 +0200
commit2b1a816d85bbb6ab38e975cd6aa6b8894aad0017 (patch)
tree18725f3cb9164e3285a530a1db8b406df20c1f39 /README.md
parent3dc101181ac04791b423441424dd4937f31d46fa (diff)
downloadgo-oblast-2b1a816d85bbb6ab38e975cd6aa6b8894aad0017.tar.gz
project scaffold
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0a15211..28d357c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+<!--
+SPDX-FileCopyrightText: 2026 Stefan Majewsky <majewsky@gmx.net>
+SPDX-License-Identifier: Apache-2.0
+-->
+
# Oblast
-This is the README.
+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.