Namespace GGL.DB Classes Data Base class for any data used in Database. Database Database Singleton that allows to: Store into Table and return any object extending Data; Save them into local storage; Supports abstract classes to select several types at once (e.g. inheritance). Table Base type for any Table<T> used by Database Table<T> Typed table used by Database.