hanami / db

The database layer for Hanami
MIT License
7 stars 2 forks source link

`Hanami::DB::Struct` does not serialize to JSON with `#to_json` #12

Closed timriley closed 1 week ago

timriley commented 3 months ago

Depending on appetite, we could fix this in Hanami::DB::Struct, or ROM::Struct, or even Dry::Struct (which might be ideal!).

krzykamil commented 3 months ago

https://github.com/hanami/db/pull/13 my attempt