Skip to content

Kitto.Config.Database

Typed config reader for one named database connection (an element of the Config.yaml Databases container). Carries the [YamlNode] attributes that KIDE reads via RTTI for the Config editor.

TKDatabaseConfig class

A single named database connection: one child of the Databases container. YAML path: Databases/<Name>

The node's own value is the DB adapter id (FD / ODAC / DBX / ADO). The Connection (and optional Config) sub-blocks are adapter-specific and therefore free-form: their child keys depend on the driver, so they are described here only as opaque nodes.

Databases:
Main: FD
Connection:
DriverID: FB
Database: ...
DelimitedIdent: False

Released under Apache License, Version 2.0.