# Functions
Run databases.
# Structs
Base database.
MySQL database
type: mysql host: 127.0.0.1 port: 3306 database: username: root password: additional_options:.
PostgreSQL database
type: postgresql host: localhost port: 5432 database: test username: password:.
Redis database
type: redis mode: sync # or copy for use rdb_path invoke_save: true host: 192.168.1.2 port: 6379 password: rdb_path: /var/db/redis/dump.rdb.
# Interfaces
Context database interface.