#repository-pattern (8 Repositories)
Ranked open-source repositories tagged with #repository-pattern, scored by pull request acceptance likelihood and maintainer engagement velocity.
6.3%
0.0h
8 repositories tagged #repository-pattern
go-rel/rel
:gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
fredwu/datamappify
Compose, decouple and manage domain logic and data persistence separately. Works particularly great for composing form objects!
threenine/Threenine.Data
A Microsoft Entity Framework Core plugin providing Unit of work and repository pattern abstraction layer with common functionality
ibrahimsn98/web-dev-tools-android
Sample Android Application - MVVM, Clean Architecture, Modularization, Repository Pattern
MobileNativeFoundation/Store
A library for reading and writing data that lives in network, disk, and memory.
IEvangelist/azure-cosmos-dotnet-repository
Wraps the .NET SDK for Azure Cosmos DB abstracting away the complexity, exposing a simple CRUD-based repository pattern
WaheedNazir/Kotlin-MVVM-Architecture
Android Architecture Design Patterns using Kotlin, MVVM, Hilt, LiveData, Room, MediatorLiveData, NetworkBoundResources, Retrofit, AndroidX, ViewModels, Dependency Injection using Dagger2, Repository pattern.
ShawnShiSS/clean-architecture-azure-cosmos-db
A starting point to build a web API to work with Azure Cosmos DB using .NET 5 and Azure Cosmos DB .NET SDK V3, based on Clean Architecture and repository design pattern. Partition key is also implemented through the repository pattern.