osu/osu.Game/Database
Dean Herbert df20845fbb Share one context per file store for performance reasons
There is now a CreateContext method for retrieving a stand-alone context for threaded use.

We may want to add safety against this context being disposed (or just return a fresh one if it is).
2017-10-23 16:35:35 +09:00
..
DatabaseBackedStore.cs Share one context per file store for performance reasons 2017-10-23 16:35:35 +09:00
DatabaseContextFactory.cs Rely on storage.DeleteDatabase for guaranteed database deletion 2017-10-21 00:15:02 +09:00
OsuDbContext.cs Share one context per file store for performance reasons 2017-10-23 16:35:35 +09:00