Description
Hi,
First of all, thanks a lot for the tremendous work done on this project.
I made all my developments in an asp.net core project, using RepoDb ORM to connect to a sqlserver database located on my own network, and everything works fine.
As I often work on my laptop outside of the local network, I cannot access my database in that situation.
Therefore, I was wondering if there's way to modify the default working and implementation, in order to use some data local to the laptop and/or inside my project, perhaps by overloading classes to not use the sqlserver db.
The data would be loaded for instance from local files.
In fact, a kind of sort of switching from an online network mode to an offline mode.
Could you please advise a way of doing that ? Or does it seem to be too complicated or oversized ?
Thanks in advance for the advices.
Regards,
Fabien