# Functions
Run databases.
# Structs
Base database.
No description provided by the author
No description provided by the author
No description provided by the author
MongoDB database
type: mongodb host: 127.0.0.1 port: 27017 database: username: password: authdb: oplog: false.
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: additional_options:.
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.