You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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