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
Im new to LiteDb & looking to use it in a Winui 3 project. Im wondering, as a single instance is desirable, & the fact that I have six Db services (each similar to the LiteDbWeatherForecastService in your great example) would I be better off creating a single static instance in App constrctor startup and using that in each service or is there another way to do this?
The text was updated successfully, but these errors were encountered:
Im new to LiteDb & looking to use it in a Winui 3 project. Im wondering, as a single instance is desirable, & the fact that I have six Db services (each similar to the LiteDbWeatherForecastService in your great example) would I be better off creating a single static instance in App constrctor startup and using that in each service or is there another way to do this?
The text was updated successfully, but these errors were encountered: