mirror of
https://github.com/ent/ent.git
synced 2026-05-04 00:20:58 +03:00
38 lines
599 B
JSON
Executable File
38 lines
599 B
JSON
Executable File
{
|
|
"md": {
|
|
"Getting Started": [
|
|
"getting-started"
|
|
],
|
|
"Schema": [
|
|
"schema-def",
|
|
"schema-fields",
|
|
"schema-edges",
|
|
"schema-indexes",
|
|
"schema-config",
|
|
"schema-mixin"
|
|
],
|
|
"Code Generation": [
|
|
"code-gen",
|
|
"crud",
|
|
"traversals",
|
|
"eager-load",
|
|
"hooks",
|
|
"privacy",
|
|
"transactions",
|
|
"predicates",
|
|
"aggregate",
|
|
"paging"
|
|
],
|
|
"Migration": [
|
|
"migrate",
|
|
"dialects"
|
|
],
|
|
"Misc": [
|
|
"templates",
|
|
"graphql",
|
|
"sql-integration",
|
|
"testing"
|
|
]
|
|
}
|
|
}
|