asyncpg-simpleorm
develop
asyncpg-simpleorm
Installation
Usage
API Referenece
Examples
Contributing
Credits
History
asyncpg-simpleorm
Docs
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
K
|
L
|
M
|
N
|
P
|
Q
|
R
|
S
|
T
|
U
|
W
|
X
A
Array (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
AsyncContextManagerABC (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.abstract)
AsyncModel (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.async_model)
AsyncModelABC (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.abstract)
asyncpg_simpleorm (module)
,
[1]
,
[2]
asyncpg_simpleorm.abstract (module)
asyncpg_simpleorm.async_model (module)
asyncpg_simpleorm.column (module)
asyncpg_simpleorm.column.column_types (module)
asyncpg_simpleorm.connection_managers (module)
asyncpg_simpleorm.exceptions (module)
asyncpg_simpleorm.statements (module)
asyncpg_simpleorm.statements.abstract (module)
asyncpg_simpleorm.statements.base_statement (module)
asyncpg_simpleorm.table_utils (module)
attr_name_for_column() (asyncpg_simpleorm.async_model.BaseModel method)
(asyncpg_simpleorm.BaseModel method)
B
BaseException
,
[1]
BaseModel (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.async_model)
BaseStatement (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.statements)
(class in asyncpg_simpleorm.statements.base_statement)
BigInteger (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
BigSerial (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
Binary (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
Bit (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
Boolean (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
Box (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
C
Circle (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
ClauseDescriptor (class in asyncpg_simpleorm.statements.base_statement)
clauses() (asyncpg_simpleorm.statements.base_statement.StatementValues method)
Column (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
column_names() (asyncpg_simpleorm.abstract.AsyncModelABC method)
(asyncpg_simpleorm.AsyncModelABC method)
(asyncpg_simpleorm.BaseModel method)
(asyncpg_simpleorm.async_model.BaseModel method)
ColumnType (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
ColumnTypeABC (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
ColumnTypeMeta (class in asyncpg_simpleorm.column)
connection() (asyncpg_simpleorm.abstract.AsyncModelABC method)
(asyncpg_simpleorm.AsyncModel method)
(asyncpg_simpleorm.AsyncModelABC method)
(asyncpg_simpleorm.async_model.AsyncModel method)
ConnectionManager (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.connection_managers)
count (asyncpg_simpleorm.BaseStatement attribute)
(asyncpg_simpleorm.Statement attribute)
(asyncpg_simpleorm.statements.BaseStatement attribute)
(asyncpg_simpleorm.statements.Statement attribute)
(asyncpg_simpleorm.statements.base_statement.BaseStatement attribute)
counter() (in module asyncpg_simpleorm.statements.base_statement)
create_table() (in module asyncpg_simpleorm)
(in module asyncpg_simpleorm.table_utils)
D
Date (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
DateRange (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
default (asyncpg_simpleorm.Column attribute)
(asyncpg_simpleorm.column.Column attribute)
delete (asyncpg_simpleorm.statements.base_statement.StatementValues attribute)
delete() (asyncpg_simpleorm.async_model.AsyncModel method)
(asyncpg_simpleorm.AsyncModel method)
(asyncpg_simpleorm.Statement method)
(asyncpg_simpleorm.statements.Statement method)
(in module asyncpg_simpleorm)
(in module asyncpg_simpleorm.statements)
Double (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
drop_table() (in module asyncpg_simpleorm)
(in module asyncpg_simpleorm.table_utils)
E
ensure_model() (in module asyncpg_simpleorm.table_utils)
ensured_column_name() (asyncpg_simpleorm.async_model.BaseModel method)
(asyncpg_simpleorm.BaseModel method)
execute() (asyncpg_simpleorm.async_model.AsyncModel method)
(asyncpg_simpleorm.AsyncModel method)
ExecutionFailure
,
[1]
F
FixedLengthString (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
from_ (asyncpg_simpleorm.statements.base_statement.StatementValues attribute)
from_() (asyncpg_simpleorm.Statement method)
(asyncpg_simpleorm.statements.Statement method)
from_record() (asyncpg_simpleorm.abstract.AsyncModelABC method)
(asyncpg_simpleorm.AsyncModel method)
(asyncpg_simpleorm.AsyncModelABC method)
(asyncpg_simpleorm.async_model.AsyncModel method)
G
get() (asyncpg_simpleorm.async_model.AsyncModel method)
(asyncpg_simpleorm.AsyncModel method)
get_clauses() (asyncpg_simpleorm.statements.base_statement.StatementValues method)
get_one() (asyncpg_simpleorm.async_model.AsyncModel method)
(asyncpg_simpleorm.AsyncModel method)
get_statement() (asyncpg_simpleorm.statements.base_statement.StatementValues method)
I
insert (asyncpg_simpleorm.statements.base_statement.StatementValues attribute)
insert() (asyncpg_simpleorm.Statement method)
(asyncpg_simpleorm.statements.Statement method)
(in module asyncpg_simpleorm)
(in module asyncpg_simpleorm.statements)
Integer (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
IntegerRange (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
InvalidModel
,
[1]
IPAddress (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
J
Json (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
JsonB (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
K
key (asyncpg_simpleorm.Column attribute)
(asyncpg_simpleorm.column.Column attribute)
kwargs (asyncpg_simpleorm.BaseStatement attribute)
(asyncpg_simpleorm.Statement attribute)
(asyncpg_simpleorm.statements.BaseStatement attribute)
(asyncpg_simpleorm.statements.Statement attribute)
(asyncpg_simpleorm.statements.base_statement.BaseStatement attribute)
L
Line (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
LineSegment (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
M
MACAddress (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
model (asyncpg_simpleorm.BaseStatement attribute)
(asyncpg_simpleorm.StatementABC attribute)
(asyncpg_simpleorm.statements.BaseStatement attribute)
(asyncpg_simpleorm.statements.StatementABC attribute)
(asyncpg_simpleorm.statements.abstract.StatementABC attribute)
(asyncpg_simpleorm.statements.base_statement.BaseStatement attribute)
ModelMeta (class in asyncpg_simpleorm.async_model)
Money (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
N
Number (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
NumericRange (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
P
Path (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
pg_column_string (asyncpg_simpleorm.Column attribute)
(asyncpg_simpleorm.column.Column attribute)
pg_type_string (asyncpg_simpleorm.column.ColumnType attribute)
(asyncpg_simpleorm.ColumnType attribute)
(asyncpg_simpleorm.ColumnTypeABC attribute)
(asyncpg_simpleorm.column.ColumnTypeABC attribute)
PGLogSequenceNumber (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
Point (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
Polygon (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
PoolManager (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.connection_managers)
primary_key (asyncpg_simpleorm.Column attribute)
(asyncpg_simpleorm.column.Column attribute)
primary_keys() (asyncpg_simpleorm.async_model.BaseModel method)
(asyncpg_simpleorm.BaseModel method)
Q
query() (asyncpg_simpleorm.BaseStatement method)
(asyncpg_simpleorm.StatementABC method)
(asyncpg_simpleorm.statements.BaseStatement method)
(asyncpg_simpleorm.statements.StatementABC method)
(asyncpg_simpleorm.statements.abstract.StatementABC method)
(asyncpg_simpleorm.statements.base_statement.BaseStatement method)
query_args() (asyncpg_simpleorm.BaseStatement method)
(asyncpg_simpleorm.StatementABC method)
(asyncpg_simpleorm.statements.BaseStatement method)
(asyncpg_simpleorm.statements.StatementABC method)
(asyncpg_simpleorm.statements.abstract.StatementABC method)
(asyncpg_simpleorm.statements.base_statement.BaseStatement method)
(asyncpg_simpleorm.statements.base_statement.StatementValues method)
query_string() (asyncpg_simpleorm.BaseStatement method)
(asyncpg_simpleorm.StatementABC method)
(asyncpg_simpleorm.statements.BaseStatement method)
(asyncpg_simpleorm.statements.StatementABC method)
(asyncpg_simpleorm.statements.abstract.StatementABC method)
(asyncpg_simpleorm.statements.base_statement.BaseStatement method)
(asyncpg_simpleorm.statements.base_statement.StatementValues method)
R
Real (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
return_records (asyncpg_simpleorm.async_model.AsyncModel attribute)
(asyncpg_simpleorm.AsyncModel attribute)
S
save() (asyncpg_simpleorm.async_model.AsyncModel method)
(asyncpg_simpleorm.AsyncModel method)
select (asyncpg_simpleorm.statements.base_statement.StatementValues attribute)
select() (asyncpg_simpleorm.Statement method)
(asyncpg_simpleorm.statements.Statement method)
(in module asyncpg_simpleorm)
(in module asyncpg_simpleorm.statements)
Serial (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
set_count() (asyncpg_simpleorm.BaseStatement method)
(asyncpg_simpleorm.statements.BaseStatement method)
(asyncpg_simpleorm.statements.base_statement.BaseStatement method)
set_statement() (asyncpg_simpleorm.BaseStatement method)
(asyncpg_simpleorm.StatementABC method)
(asyncpg_simpleorm.statements.BaseStatement method)
(asyncpg_simpleorm.statements.StatementABC method)
(asyncpg_simpleorm.statements.abstract.StatementABC method)
(asyncpg_simpleorm.statements.base_statement.BaseStatement method)
SimpleDescriptor (class in asyncpg_simpleorm.statements.abstract)
SmallInteger (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
SmallSerial (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
Statement (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.statements)
StatementABC (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.statements)
(class in asyncpg_simpleorm.statements.abstract)
StatementDescriptor (class in asyncpg_simpleorm.statements.base_statement)
statements() (asyncpg_simpleorm.statements.base_statement.StatementValues method)
StatementValues (class in asyncpg_simpleorm.statements.base_statement)
String (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
T
tablename() (asyncpg_simpleorm.abstract.AsyncModelABC method)
(asyncpg_simpleorm.AsyncModelABC method)
(asyncpg_simpleorm.BaseModel method)
(asyncpg_simpleorm.async_model.BaseModel method)
TextSearchQuery (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
TextSearchVector (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
Time (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
TimeInterval (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
Timestamp (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
TransactionID (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
truncate_table() (in module asyncpg_simpleorm)
(in module asyncpg_simpleorm.table_utils)
U
update (asyncpg_simpleorm.statements.base_statement.StatementValues attribute)
update() (asyncpg_simpleorm.Statement method)
(asyncpg_simpleorm.statements.Statement method)
(in module asyncpg_simpleorm)
(in module asyncpg_simpleorm.statements)
UUID (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)
W
where (asyncpg_simpleorm.statements.base_statement.StatementValues attribute)
where() (asyncpg_simpleorm.Statement method)
(asyncpg_simpleorm.statements.Statement method)
X
XML (class in asyncpg_simpleorm)
(class in asyncpg_simpleorm.column)
(class in asyncpg_simpleorm.column.column_types)