package
0.1.11
Repository: https://github.com/lowl11/lazy-entity.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

ICrudRepository extends IUniversalRepository and on base of it gives basic generally need methods as GetAll().
IRepository is base repository for any SQL based repository.
IScriptRepository read .sql scripts from "resources" folder.
IUniversalRepository gives all possible abstract CRUD methods.