orm
orm copied to clipboard
Simple, productive, and easy to learn
Hello I am looking for an ORM to use. One of my requirements would be migrations. Does Opis handle changes to schemas? I mean, my concept of migration would be...
Hello; I have 3 entities (tables): - assets (models) - models (manufacturers) - manufacturers I want to list all assets for specific manufacturer using filters in asset entity. How to...
I am wondering if Opis ORM or DBAL provides a way to debug the query executed like Eloquent does, like `toSql()` method or listen on query event
Hi, love your database libraries. Unfortunately I cannot do a Pull request. I have a few issues to report which you might be interested in: Issue 1: Opis\ORM\Core\DataMapper->setColumn() When calling...