untitled-pit-group / foxhound

PIFS standard backend
BSD Zero Clause License
0 stars 0 forks source link

feat: Implement Postgres array type deserialization #15

Closed paulsnar closed 2 years ago

paulsnar commented 2 years ago

Laravel's Eloquent really likes to encode complex data types as JSON for storage, which isn't really that good when Postgres supports a native array type.

This is basically extending Eloquent in userspace (so to speak) to support that.