brick / orm

Object-relational mapper for PHP 8 - Currently in development 🚧
10 stars 1 forks source link

Support for serialized data #3

Open BenMorel opened 5 years ago

BenMorel commented 5 years ago

We now have support for JSON columns, but it would be interesting to support storing a property into a string column as a serialized string as well.

JSON is good for a lot of use cases, but it cannot unserialize to custom classes.