API === nofeardb.orm ------------ .. autosummary:: :toctree: generated/nofeardb.orm :caption: nofeardb.orm :nosignatures: nofeardb.orm.Document nofeardb.orm.Field nofeardb.orm.OneToMany nofeardb.orm.ManyToOne nofeardb.orm.ManyToMany nofeardb.engine --------------- .. autosummary:: :toctree: generated/nofeardb.engine :caption: nofeardb.engine :nosignatures: nofeardb.engine.StorageEngine nofeardb.engine.DocumentLock nofeardb.datatypes ------------------ .. autosummary:: :toctree: generated/nofeardb.datatypes :caption: nofeardb.datatypes :nosignatures: nofeardb.datatypes.UUID nofeardb.datatypes.Boolean nofeardb.datatypes.Integer nofeardb.datatypes.Float nofeardb.datatypes.String nofeardb.datatypes.DateTime nofeardb.query -------------- .. autosummary:: :toctree: generated/nofeardb.query :caption: nofeardb.query :nosignatures: nofeardb.query.Query .. _RST Expressions: nofeardb.expr -------------- .. autosummary:: :toctree: generated/nofeardb.expr :caption: nofeardb.expr :nosignatures: nofeardb.expr.eq nofeardb.expr.neq nofeardb.expr.lt nofeardb.expr.lte nofeardb.expr.gt nofeardb.expr.gte nofeardb.expr.is_in nofeardb.expr.is_ nofeardb.expr.is_not nofeardb.expr.and_ nofeardb.expr.or_ nofeardb.exceptions ------------------- .. autosummary:: :toctree: generated/nofeardb.exceptions :caption: nofeardb.exceptions :nosignatures: nofeardb.exceptions.NotCreateableException