feat: init ORM proto (#10579)

* feat: init ORM proto

* docs

* package fix

* add SchemaDescriptor, unique, references and docs

* move schema

* update docs, add go.mod
This commit is contained in:
Aaron Craelius
2021-11-23 11:26:43 -05:00
committed by GitHub
parent f97cf851bd
commit e04f2d6a5d
3 changed files with 164 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module github.com/cosmos/cosmos-sdk/orm
go 1.17