IDatabaseService.getRepository<Entity, Id extends EntityKey = string>(entity: string): IRepository<Entity, Id>
Get a repository for the named entity type.
Id extends EntityKey = string
Primary key type
Repository for the entity