Listing A.1. Definicja struktury bazy danych rzeki w języku YAML
options:
  collate: utf8_polish_ci
  charset: utf8
  type: InnoDB


Default_Model_Rzeka:
  tableName: rzeka
  columns:
    rzeka_id:
      type: integer
      primary: true
      autoincrement: true
      notnull: true
    nazwa: string(128)
    dlugosc: integer