Skip to content

IModelManager implementation with other technologies

Ushakov Michael edited this page Sep 22, 2025 · 4 revisions

Introduction

This page describes how to use another technology/framework not EntityFramework to interact with a persistent data storage.

Use another technology / framework

Because Wissance.WebApiToolkit has common (Core) interfaces, it is possible to create a new class implementing the IModelManager interface and pass to the constructor a persistent storage connector, i.e., there is an example of how to use edgedb as a data storage, see The same approach could be used to create Manager class based on Dapper or something else

Clone this wiki locally