In some cases the usage of a Data base is over the needs. Sometimes a persitence on disk as (key, value) concept is suffisant. The key is the path on disk and the value is the file result of marshaling the object.
Let take a simple CRUD example and show how to make the job done.
Let take a simple CRUD example and show how to make the job done.