DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
StorageType.cs
Go to the documentation of this file.
1 namespace Deveel.Data {
2  public enum StorageType {
3  Memory,
4  File,
5  Custom
6  }
7 }