contributing: add sqljson to doc

This commit is contained in:
Ariel Mashraki
2022-10-02 16:22:56 +03:00
committed by GitHub
parent 0eaa78f77d
commit 35e950edf9

View File

@@ -6,6 +6,7 @@ possible.
- `dialect` - Contains SQL and Gremlin code used by the generated code.
- `dialect/sql/schema` - Auto migration logic resides there.
- `dialect/sql/sqljson` - JSON extension for SQL.
- `schema` - User schema API.
- `schema/{field, edge, index, mixin}` - provides schema builders API.