Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
_
_after_delete() (quazy.DBTable method)
_after_insert() (quazy.DBTable method)
_after_update() (quazy.DBTable method)
_before_delete() (quazy.DBTable method)
_before_insert() (quazy.DBTable method)
_before_update() (quazy.DBTable method)
_discriminator_ (quazy.DBTable attribute)
_extendable_ (quazy.DBTable attribute)
_just_for_typing_ (quazy.DBTable attribute)
_lookup_field_ (quazy.DBTable attribute)
_meta_ (quazy.DBTable attribute)
_metadata_ (quazy.DBTable attribute)
_schema_ (quazy.DBTable attribute)
_table_ (quazy.DBTable attribute)
_title_ (quazy.DBTable attribute)
_use_slots_ (quazy.DBTable attribute)
_validate_ (quazy.DBTable attribute)
_view_() (quazy.DBTable class method)
A
activate_migrations() (in module quazy.migrations)
active (quazy.migrations.Migration attribute)
all_tables() (quazy.DBFactory method)
any() (quazy.DBQuery class method)
apply_changes() (in module quazy.migrations)
avg() (quazy.DBQuery method)
B
bind() (quazy.DBFactory method)
bind_module() (quazy.DBFactory method)
blank (quazy.UX attribute)
body (quazy.DBField attribute)
(quazy.DBTable.DB attribute)
C
case() (quazy.DBQuery method)
chained() (quazy.DBQuery method)
check_db() (quazy.DBTable class method)
check_migrations() (in module quazy.migrations)
choices (quazy.UX attribute)
cid (quazy.DBField attribute)
(quazy.DBTable.DB attribute)
clear() (quazy.DBFactory method)
clear_migrations() (in module quazy.migrations)
close() (quazy.DBFactory method)
column (quazy.DBField attribute)
commands (quazy.migrations.Migration attribute)
(quazy.migrations.MigrationDifference attribute)
comments (quazy.migrations.Migration attribute)
compare_schema() (in module quazy.migrations)
connection() (quazy.DBFactory method)
copy() (quazy.DBQuery method)
count() (quazy.DBQuery method)
create() (quazy.DBFactory method)
created_at (quazy.migrations.Migration attribute)
D
db (quazy.DBTable.DB attribute)
DB (quazy.migrations.Migration attribute)
DBFactory (class in quazy)
DBField (class in quazy)
DBQuery (class in quazy)
DBTable (class in quazy)
dbtable() (in module quazy)
DBTable.DB (class in quazy)
DBTable.ItemGetter (class in quazy)
DBTable.ItemGetterAsync (class in quazy)
DBTable.ListGetter (class in quazy)
DBTable.ListGetterAsync (class in quazy)
default (quazy.DBField attribute)
default_sql (quazy.DBField attribute)
defaults (quazy.DBTable.DB attribute)
delete() (quazy.DBFactory method)
(quazy.DBTable method)
describe() (quazy.DBFactory method)
(quazy.DBQuery method)
discriminator (quazy.DBTable.DB attribute)
distinct() (quazy.DBQuery method)
E
exclude() (quazy.DBQuery method)
execute() (quazy.DBFactory method)
(quazy.DBQuery method)
exists() (quazy.DBQuery method)
extendable (quazy.DBTable.DB attribute)
F
fetch_aggregate() (quazy.DBQuery method)
fetch_all() (quazy.DBQuery method)
fetch_avg() (quazy.DBQuery method)
fetch_count() (quazy.DBQuery method)
fetch_list() (quazy.DBQuery method)
fetch_max() (quazy.DBQuery method)
fetch_min() (quazy.DBQuery method)
fetch_one() (quazy.DBQuery method)
fetch_sum() (quazy.DBQuery method)
fetch_value() (quazy.DBQuery method)
field (quazy.UX property)
fields (quazy.DBTable.DB attribute)
filter() (quazy.DBQuery method)
freeze() (quazy.DBQuery method)
G
get() (quazy.DBFactory method)
(quazy.DBQuery method)
(quazy.DBTable class method)
get_lookup_field() (quazy.DBTable class method)
get_migrations_list() (in module quazy.migrations)
get_scheme() (quazy.DBQuery method)
group_by() (quazy.DBQuery method)
group_filter() (quazy.DBQuery method)
H
hidden (quazy.UX attribute)
I
index (quazy.migrations.Migration attribute)
indexed (quazy.DBField attribute)
info() (quazy.migrations.MigrationDifference method)
insert() (quazy.DBFactory method)
inspect() (quazy.DBTable method)
is_frozen (quazy.DBQuery property)
is_root (quazy.DBTable.DB attribute)
J
just_for_typing (quazy.DBTable.DB attribute)
L
load() (quazy.DBTable method)
lookup_field (quazy.DBTable.DB attribute)
M
many_fields (quazy.DBTable.DB attribute)
many_to_many_fields (quazy.DBTable.DB attribute)
max() (quazy.DBQuery method)
meta (quazy.DBTable.DB attribute)
(quazy.UX attribute)
metadata (quazy.DBTable.DB attribute)
Migration (class in quazy.migrations)
migration_index (quazy.migrations.MigrationDifference attribute)
MigrationDifference (class in quazy.migrations)
min() (quazy.DBQuery method)
module
quazy.migrations
multiline (quazy.UX attribute)
N
name (quazy.DBField attribute)
(quazy.UX attribute)
next_index (quazy.migrations.Migration attribute)
O
owner (quazy.DBTable.DB attribute)
P
pk (quazy.DBField attribute)
(quazy.DBTable property)
(quazy.DBTable.DB attribute)
postgres() (quazy.DBFactory static method)
postgres_pool() (quazy.DBFactory static method)
property (quazy.DBField attribute)
Q
quazy.migrations
module
query() (quazy.DBFactory method)
(quazy.DBTable class method)
R
readonly (quazy.UX attribute)
ref (quazy.DBField attribute)
required (quazy.DBField attribute)
resizable (quazy.UX attribute)
reuse() (quazy.DBQuery method)
reverse_name (quazy.DBField attribute)
reversed (quazy.migrations.Migration attribute)
S
save() (quazy.DBFactory method)
(quazy.DBTable method)
schema (quazy.DBTable.DB attribute)
(quazy.migrations.Migration attribute)
(quazy.migrations.MigrationDifference attribute)
select() (quazy.DBFactory method)
(quazy.DBQuery method)
(quazy.DBTable class method)
select_all() (quazy.DBQuery method)
select_objects() (quazy.DBQuery method)
self_fields (quazy.DBTable.DB attribute)
set_window() (quazy.DBQuery method)
snake_name (quazy.DBTable.DB attribute)
sort_by() (quazy.DBQuery method)
sortable (quazy.UX attribute)
source_schema (quazy.DBTable.DB attribute)
source_table (quazy.DBTable.DB attribute)
sql() (quazy.DBQuery method)
sqlite() (quazy.DBFactory static method)
subtables (quazy.DBTable.DB attribute)
sum() (quazy.DBQuery method)
T
table (quazy.DBTable.DB attribute)
tables (quazy.migrations.Migration attribute)
(quazy.migrations.MigrationDifference attribute)
title (quazy.DBTable.DB attribute)
(quazy.UX attribute)
translator (quazy.DBFactory property)
type (quazy.DBField property)
(quazy.UX attribute)
U
unbind() (quazy.DBFactory method)
unique (quazy.DBField attribute)
update() (quazy.DBFactory method)
(quazy.DBQuery method)
update_many() (quazy.DBFactory method)
use_slots (quazy.DBTable.DB attribute)
UX (class in quazy)
ux (quazy.DBField attribute)
V
validate (quazy.DBTable.DB attribute)
validators (quazy.DBTable.DB attribute)
var() (quazy.DBQuery method)
W
where() (quazy.DBQuery method)
width (quazy.UX attribute)
with_query() (quazy.DBQuery method)
quazydb
Navigation
Contents:
Why another ORM?
Getting started
Classes
Advanced usage
Queiries
Disclaimer
Related Topics
Documentation overview