docs: fixes for yaml frontmatter

This commit is contained in:
Ilkka Seppälä
2021-10-12 14:58:48 +03:00
parent d247b6ed69
commit 5286834b37
7 changed files with 7 additions and 9 deletions

View File

@ -4,9 +4,11 @@ title: Table Module
folder: table-module
permalink: /patterns/table-module/
categories: Structural
language: en
tags:
- Data access
---
## Intent
Table Module organizes domain logic with one class per table in the database, and a single instance of a class contains the various procedures that will act on the data.