Marten 0.7.0 release notes
Under development.
Requirements and compatibility
- Crystal: 1.16, 1.17, and 1.18.
- Databases:
- MariaDB 10.5 and higher.
- MySQL 8.0.11 and higher.
- PostgreSQL 14 and higher.
- SQLite 3.31.0 and higher.
New features
Minor features
Models and databases
- Query sets now provide a
#limitmethod and an#offsetmethod. Those methods respectively allow to limit the number of records returned and to offset the records returned. They act as aliases for the#[]method with a range.