mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
36 lines
565 B
JSON
Executable File
36 lines
565 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",
|
|
"aggregate",
|
|
"predicates",
|
|
"paging",
|
|
"hooks",
|
|
"transactions"
|
|
],
|
|
"Migration": [
|
|
"migrate",
|
|
"dialects"
|
|
],
|
|
"Misc": [
|
|
"sql-integration",
|
|
"testing",
|
|
"templates"
|
|
]
|
|
}
|
|
}
|