Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 683 Bytes

data-storage.md

File metadata and controls

19 lines (16 loc) · 683 Bytes
title category
Data Storage
Runtime

Data storage is the data foundation of the Mendix runtime. Data storage does the following:

  • Connects to supported relational databases
  • Stores and retrieves entities and associations from the domain model
  • Translates XPath and OQL queries to SQL queries
  • Handles security transparently and effectively

Supported database servers