import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/repository/AbstractRepository.ts";
Classes
Provides abstract class for custom repositories that do not inherit from original orm Repository. Contains all most-necessary methods to simplify code in the custom repository. All methods are protected thus not exposed and it allows to create encapsulated custom repository. |