API
nofeardb.orm
Base class for all documents that should be stored in the database |
|
Descriptor for a data field in a document |
|
descriptor for one to many relationships |
|
descriptor for many to one relationships |
|
descriptor for many to many relationships |
nofeardb.engine
Storage Engine Class |
|
A Lock for a specific document |
nofeardb.datatypes
ORM UUID Datatype |
|
ORM Integer Datatype |
|
ORM Integer Datatype |
|
ORM Float Datatype |
|
ORM String Datatype |
|
ORM Datetime Datatype |
nofeardb.query
nofeardb.expr
Equals operator (==) |
|
Not equals operator (!=) |
|
Lower than operator (<) |
|
Lower than equals operator (<=) |
|
Greater than operator (>) |
|
Greater than equals operator (>=) |
|
Is in operator (in) |
|
Is operator (is) |
|
Is not operator (is not) |
|
Logical AND operator (and) |
|
Logical OR operator (or) |