We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
feat: PHP 8.1 compatible
Fix warning for `DEFAULT 0` in schema
PHP7.2 compatibity update
namespace fix
Added support for read & writeFilters in RepositoryCollection
Missing property now throws an Exception.
Repository now convert data to instances when accessed, instead of co… …nverting all at the beginning of the foreach.
Remove deleted items from a collection that contain that instance.
Added support for multiple hasMany relations with the same table.
Ignore "ON UPDATE CURRENT_TIMESTAMP" statements in the CREATE TABLE q… …uery.