Configuration¶
class
Defined in src/ralph/plugins/athena/configuration.cr:25
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
#migrations_dir¶
Path to the migrations directory. Default: "./db/migrations"
#models_dir¶
Path to the models directory. Default: "./src/models"