Results 4 issues of SindriFr

Document how to resolve compilation error caused by deeply recursive calls to when using on a type with many sub-objects. It involves splitting up the root object into smaller merge...

## PR Info - Closes #911 ## New Features - [x] Add support for postgres `point` type via sqlx::postgres::types::PgPoint ## Breaking Changes No breaking changes that I am aware of

Support is missing for postgres geometric types, namely 'point'. ## Motivation Postgres has built-in support for geometric types but they cannot be used with sea-query models. I've tried to use...

C-enhancement

## PR Info Alternative to PR #912 that introduces geo_types as an optional dependency instead of sqlx. - Closes #911 ## New Features - [x] Add support for postgres `point`...