Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.16 KB

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, [email protected]

License

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