Project

General

Profile

« Previous | Next » 

Revision 44d2fe74

Added by Ewoud Kohl van Wijngaarden 21 days ago

  • ID 44d2fe74aa5a1a69ce31851f9309631b030ff9ec
  • Parent b5b13fd3

Fixes #37375 - Refactor settings to connection_string

This prefers a single connection_string setting to be used to connect to
a database. This can be anything that Sequel supports. This simplifies
configuration and also allows for easy use of an in-memory database in
testing.

The default value for sqlite_db_path is dropped so that users explicitly
need to opt in to a migration if needed.

The example settings file now reflects this.

  • added
  • modified
  • copied
  • renamed
  • deleted