Skip to main content
Version: Current

Views - introduction

Views enable you to join related tables into a single visual representation. They help to reduce the complexity of the database schema by wrapping complex joins.

Genesis uses views as a foundation for many components due to their powerful real-time and static data retrieval.

Views are defined in the file application-name-view-dictionary.kts.

If your application is called rubicon, then the file name will be rubicon-view-dictionary.kts.