All notable changes to this project will be documented in this file.
Fibered Connection Pool
extension;
- Add
--server
option torails dbconsole
command.
rails dbconsole
command support for Sequel (also aliased asrails db
) for easy access to the DB console. See the README for installation instructions.
DB.extension(:set_local)
- allows to set transaction locals;- Support of transaction options via
transaction_options
in migrations;
mode
param forSequel::Model.plugin(:with_lock)
, defaults toFOR NO KEY UPDATE
;
Sequel::Model.plugin(:attr_encrypted)
- encrypts to model attributes;
Sequel.extension(:deferrable_foreign_keys)
- makes foreign keys constraints deferrable by default;
- Support sequel expressions in
with_rates
;
currency_column
param forCurrencyRates.with_rates
;
Sequel.extension(:methods_in_migrations)
- support for method definitions inSequel.migration
instructions;