struct

Kamil::DatabaseConfig

Inherits YAML::Serializable < Struct < Value < Object

Database connection and concurrency configuration.

Constructors

new(url : String = "sqlite3://kamil.db", wal : Bool = true, busy_timeout : Int32 = 5000)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

busy_timeout
Source
wal

Non-predicate alias for wal getter.

Source
wal?
Source