Configuration¶
class
Defined in src/ralph/plugins/athena/configuration.cr:22
Configuration options for the Athena integration
Constructors¶
.new¶
Instance Methods¶
#auto_migrate¶
Whether to automatically run pending migrations on application startup. Default: false
#database_url¶
The database URL to use. If not set, reads from DATABASE_URL environment variable.
#log_migrations¶
Whether to log migration activity to STDOUT. Default: true