Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infrastructure.DL -

Unit of Work and repository patterns.

Version License Platform Swift

The repository and unit of work patterns are intended to create an abstraction layer between the data access layer and the business logic layer of an application. Implementing these patterns can help insulate our application from changes in the data store and can facilitate automated unit testing.

Installation

Infrastructure.DL is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Infrastructure.DL'

Requirements

>=Swift 5.1

Author

Ondrej Pisin, ondrej.pisin@gmail.com

License

LightIoC is available under the MIT license. See the LICENSE file for more info.

About

Guidelines for design patter UnitOfWork and Repository for Swift

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages