1. Dictionary truth
Developers define table names, field types, keys, indexes, relationships, validation and display metadata in a source-backed dictionary model.
The Safire Database System is the data layer used by Safire business applications. It stores structured business data, keeps record identity stable, enforces dictionary rules, maintains keys and indexes, supports safe migrations, and provides maintenance functions such as verify, compact, backup, restore preview, and diagnostic bundle creation.
The Safire Database System is the data layer used by Safire business applications. It stores structured business data, keeps record identity stable, enforces dictionary rules, maintains keys and indexes, supports safe migrations, and provides maintenance functions such as verify, compact, backup, restore preview, and diagnostic bundle creation.
Safire applications normally interact with the database through high-level objects and dictionary-driven screens. A user sees browses, update forms, lookup windows, reports, dashboards, and business workflows. A developer sees database definitions, table definitions, fields, keys, relations, validation rules, and query objects.
Safire treats database structure as part of the application model, not as hidden tool state. The goal is a visible path from source definitions to runtime data access and support evidence.
Developers define table names, field types, keys, indexes, relationships, validation and display metadata in a source-backed dictionary model.
Safire applications use database objects, query objects, browse/update bindings and record buffers to read, write and validate data.
Verify, backup, restore preview, migration planning and diagnostic bundles make data maintenance visible and recoverable.

Open the Safire Database System PDF guide in a new tab for more detail on concepts, files, dictionaries, records, field types, keys, queries, forms and maintenance.
Open PDFThe database system is designed to support long-lived business applications with visible structure, safe maintenance and reviewable recovery paths.