dblite  1.3.0
Simple query interface for SQL databases
dblite.api.Database Member List

This is the complete list of members for dblite.api.Database, including all inherited members.

__del__(self)dblite.api.Database
__enter__(self)dblite.api.Database
__exit__(self, exc_type, exc_val, exc_trace)dblite.api.Database
close(self, commit=None)dblite.api.Database
closeddblite.api.Queryablestatic
cursordblite.api.Queryablestatic
delete(self, table, where=(), **kwargs)dblite.api.Queryable
ENGINEdblite.api.Queryablestatic
execute(self, sql, args=())dblite.api.Queryable
executemany(self, sql, args)dblite.api.Queryable
executescript(self, sql)dblite.api.Queryable
fetchall(self, table, cols="*", where=(), group=(), order=(), limit=(), **kwargs)dblite.api.Queryable
fetchone(self, table, cols="*", where=(), group=(), order=(), limit=(), **kwargs)dblite.api.Queryable
insert(self, table, values=(), **kwargs)dblite.api.Queryable
insertmany(self, table, rows=(), **kwargs)dblite.api.Queryable
makeSQL(self, action, table, cols="*", where=(), group=(), order=(), limit=(), values=(), kwargs=None)dblite.api.Queryable
open(self)dblite.api.Database
quote(cls, value, force=False)dblite.api.Queryable
row_factorydblite.api.Databasestatic
select(self, table, cols="*", where=(), group=(), order=(), limit=(), **kwargs)dblite.api.Queryable
transaction(self, commit=True, exclusive=None, **kwargs)dblite.api.Database
update(self, table, values, where=(), **kwargs)dblite.api.Queryable