Sequel 3.27.0 Released
Sequel 3.27.0 was released today! Full release notes are available, but here are some highlights:
- The mysql2 and tinytds adapters now have native database prepared statement support.
- Model.dataset_module has been added to make it easier to define dataset methods.
- Sequel::SQLTime has been added to support SQL time columns.
- You can now drop primary key, foreign key, and unique constraints on MySQL.