forrest79 / phpgsql

Simple and fast PHP database library for PostgreSQL with auto converting DB types to PHP and fluent interface for SQL query writing.
Other
11 stars 3 forks source link

Json support for Row #3

Closed klapuch closed 5 years ago

klapuch commented 5 years ago

We don't have to write return array_map(static function (Db\Row $row): array { return $row->toArray(); }, $rows); anymore.

forrest79 commented 5 years ago

Thanks 👍