senax 0.3.21

Senax Web Server Code Generator
# yaml-language-server: $schema=../senax-schema.json#definitions/ConfigDef

title: 
author: 
db_id: @{ db_id }@
db: mysql
ignore_foreign_key: true
timestampable: real_time
time_zone: local
timestamp_time_zone: utc
tx_isolation: read_committed
read_tx_isolation: repeatable_read
use_cache: true
use_all_rows_cache: false
preserve_column_order: false
groups:
  common:
    exclude_group_from_table_name: true
@{-"\n"}@