Skip to content

Configuration

class

Defined in src/ralph/plugins/athena/configuration.cr:25

Configuration options for the Athena integration

Constructors

.new

View source


Instance Methods

#auto_migrate

View source

Whether to automatically run pending migrations on application startup. Default: false


#database_url

View source

The database URL to use. If not set, reads from DATABASE_URL environment variable.


#log_migrations

View source

Whether to log migration activity to STDOUT. Default: true


#migrations_dir

View source

Path to the migrations directory. Default: "./db/migrations"


#models_dir

View source

Path to the models directory. Default: "./src/models"