Base ORM service configuration for drivers and type info.
OptionaldacConfig: TypeInfoORMDACConfigOptional DAC configuration excluding the accessing role.
OptionalgetAccessingRoleId: (authInfo: AuthInfo) => stringOptional getter to resolve the accessing role id from auth info.
OptionalauthConfig: RouteAuthConfigOptional route-level auth configuration.
Route map binding API paths to ORM handlers.
Get a route map for a Type Info ORM service.
When DAC is enabled,
getAccessingRoleIdis required so each request can resolve the accessing role id. If omitted, the route map throws TYPE_INFO_ORM_ROUTE_MAP_ERRORS.MISSING_ACCESSING_ROLE_GETTER.