You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.3.0
Public createResourceUrls builder for admin URLs, including an index(table, { filters }) option for pre-filtered index URLs.
Foreign-key columns render as links to the referenced record (Drizzle FK introspection, knex column metadata, and a references resource option for all backends).
New referencedBy resource option: one-to-many reverse links from parent index/show pages to the child index pre-filtered by FK (?filter_<fk>=<parentId>). Many-to-many is not supported.
Declared filters gain exact vs contains matching: reference-carrying and non-text columns now filter with equality (uuid/text FK filters no longer substring-match).
Startup validation for references and referencedBy config with aggregated errors.