Name | Description | |
---|---|---|
Backup | Make a backup of all database files into a backup directory | |
CopyStorage | Copy source storage into destination | |
Delete | Delete the value for the passed in key | |
DeleteAll | Delete all values in the database | |
Dispose | Close the database and release all resources | |
GetKeys | Get all the keys for the database | |
KeyExists | Returns true if the key exists | |
Load<T> | Load the value for the passed in key. If not found, it will be default(T) | |
Restore | Restore from a backup set to the current database | |
Save<T> | Save the value for the passed in key |