Open joeldevlearning opened 7 years ago
The InMemory functionality is now implicit (still no option to change storage, but all storage goes through the Model and this is the defacto InMemory storage).
Next, are the following tasks:
IStorage needs to represent a data access object and probably needs only a few methods:
Some questions:
Expand the number of supported backends. Consider the following:
InMemory (no backing file)