Skip to content

Guidelines for design patter UnitOfWork and Repository for Swift

License

Notifications You must be signed in to change notification settings

PisinO/Infrastructure.DL

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

License

Stars

Watchers

Forks

Packages

No packages published