The README shows array fields with simple items types (e.g., array of strings) but it's unclear if items can itself be type object with nested fields (e.g., an array of address objects). Add support if missing, and add tests covering arrays of objects, including how this maps to Mongoose ([{ type: ... }]) and PostgreSQL (JSONB).
The README shows array fields with simple items types (e.g., array of strings) but it's unclear if items can itself be type object with nested fields (e.g., an array of address objects). Add support if missing, and add tests covering arrays of objects, including how this maps to Mongoose ([{ type: ... }]) and PostgreSQL (JSONB).