Skip to content

Commit ca1cb80

Browse files
committed
docs(go): add orm vanity import meta
Sets up dappco.re/go/orm → github.com/dAppCore/orm.git so the go proxy can resolve the module path. Follows the store.mdx template. Co-Authored-By: Virgil <virgil@lethean.io>
1 parent d4b8c8c commit ca1cb80

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

src/content/docs/go/orm.mdx

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: orm
3+
description: Typed query layer over core/go/store — query builder, repositories, materialised views.
4+
head:
5+
- tag: meta
6+
attrs:
7+
name: go-import
8+
content: 'dappco.re/go/orm git https://github.com/dAppCore/orm.git'
9+
- tag: meta
10+
attrs:
11+
name: go-source
12+
content: 'dappco.re/go/orm https://github.com/dAppCore/orm https://github.com/dAppCore/orm/tree/main{/dir} https://github.com/dAppCore/orm/blob/main{/dir}/{file}#L{line}'
13+
---
14+
15+
Typed query layer over [`core/go/store`](/go/store/) — query builder,
16+
repositories, materialised views. Built on the [`core/go`](/go/) primitives.
17+
18+
## Install
19+
20+
```sh
21+
go get dappco.re/go/orm@latest
22+
```
23+
24+
## Import
25+
26+
```go
27+
import "dappco.re/go/orm"
28+
```
29+
30+
## Status
31+
32+
Page in flight — content fills in as the package converges. Source of truth
33+
today is the README and inline docstrings in the repo.

0 commit comments

Comments
 (0)