Skip to content

Commit

Permalink
Update info.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikethGS authored Jul 31, 2024
1 parent ebc19fb commit 76c513b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions showcases/data/Store/Model Store/Mapping/enumeration/info.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
title: Enumeration
description:
description: Example Mapping using Enum and Enum Mapping
development: true
---
This showcase displays building a mapping from a database where one of the elements is an enum, utilizing enum mapping syntax.

TODO: Some dummy description
Components needed for Example Enum Mapping:
* Source Models [Physical Model] : `showcase::stores::TradeDB`
* Source Models [Logical Model] : `showcase::model::Trade`
: `showcase::model::Order`
* Connection : `showcase::connections::EntityConnection`
* Service : `showcase::services::ServicePropEqStaticEnumVal`
: `showcase::services::ServicePropEqVarEnumVal`
: `showcase::services::ServiceVarInStaticEnumVal`

0 comments on commit 76c513b

Please sign in to comment.