class

Ralph::Athena::Configuration

Inherits Reference / Object

Configuration options for the Athena integration

Constructors

Instance methods

auto_migrate

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

Source
auto_migrate=(auto_migrate : Bool)

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

Source
database_url

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

Source
database_url=(database_url : String | Nil)

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

Source
log_migrations

Whether to log migration activity to STDOUT. Default: true

Source
log_migrations=(log_migrations : Bool)

Whether to log migration activity to STDOUT. Default: true

Source
migrations_dir

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

Source
migrations_dir=(migrations_dir : String)

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

Source
models_dir

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

Source
models_dir=(models_dir : String)

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

Source