NoSqlite ORM nosqlite
Sqlite ORM for Unity
Loading...
Searching...
No Matches
NoSqlite.Orm Namespace Reference

Classes

class  Attr
 Entity attribute. More...
 
class  FieldAttr
 
class  Inspector
 
interface  ISerializable
 Serializable object abstraction. More...
 
class  PropAttr
 
class  Security
 Helper for make queries in a secure way. More...
 
class  SqliteOrm
 Main class of Nosqlite ORM. Contains all ORM functions. More...
 
class  TableInfo
 Table information.
 

Enumerations

enum  SqliteType {
  Integer , Text , Blob , Real ,
  Numeric
}
 SQLite columns types. https://www.sqlite.org/datatype3.html.