NoSqlite ORM nosqlite
Sqlite ORM for Unity
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CNoSqlite.Orm.AttrEntity attribute
 CAttribute
 CNoSqlite.Attributes.IgnoreIgnores a specific field or property
 CNoSqlite.Attributes.IsResource
 CNoSqlite.Attributes.NotNullThe property or field should never be null
 CNoSqlite.Attributes.PKPrimary key attribute
 CNoSqlite.Attributes.SqlNameChanges the name of the column or table linked in the database
 CNoSqlite.Attributes.UniqueThe property or field is unique
 CNoSqlite.Helpers.FileHelper
 CNoSqlite.Orm.ISerializableSerializable object abstraction
 CNoSqlite.Serializables.SerializableVector3
 CNoSqlite.Helpers.JsonHelperJson helper
 CNoSqlite.Helpers.Queries
 CNoSqlite.Helpers.ReflectionHelperReflection helper
 CNoSqlite.Orm.SecurityHelper for make queries in a secure way
 CNoSqlite.Orm.SqliteOrmMain class of Nosqlite ORM. Contains all ORM functions