Skip to content

Commit d39d199

Browse files
Update index.md
1 parent 097e616 commit d39d199

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

  • guides/plugins/plugins/framework/data-handling

guides/plugins/plugins/framework/data-handling/index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ nav:
99

1010
The data handling, or the Data Abstraction Layer \(DAL\), can be an overwhelming topic. Yet, if you know the right start, it will be fairly easy to deal with.
1111

12-
Start with the step that matches what you want to do.
12+
Start with the step that matches what you want to do:
1313

14-
| Goal | Start here |
15-
| --- | --- |
16-
| Create or change database tables for a plugin | [Database migrations](../../database/database-migrations.md) |
17-
| Add a custom DAL entity for a plugin table | [Adding Custom Complex Data](add-custom-complex-data.md) |
18-
| Read data through repositories and criteria | [Reading Data](reading-data.md) |
19-
| Write data through repositories | [Writing Data](writing-data.md) |
20-
| React to DAL write or entity events | [Using Database Events](using-database-events.md) |
14+
- Create or change database tables for a plugin — [Database migrations](../../database/database-migrations.md)
15+
- Add a custom DAL entity for a plugin table — [Adding Custom Complex Data](add-custom-complex-data.md)
16+
- Read data through repositories and criteria — [Reading Data](reading-data.md)
17+
- Write data through repositories — [Writing Data](writing-data.md)
18+
- React to DAL write or entity events — [Using Database Events](using-database-events.md)
2119

2220
For custom plugin data, create the database table first with a migration, then add the DAL entity definition that maps to that table.
2321

0 commit comments

Comments
 (0)