README.md
pyproject.toml
setup.py
piccolo/__init__.py
piccolo/custom_types.py
piccolo/main.py
piccolo/py.typed
piccolo/querystring.py
piccolo/table.py
piccolo.egg-info/PKG-INFO
piccolo.egg-info/SOURCES.txt
piccolo.egg-info/dependency_links.txt
piccolo.egg-info/entry_points.txt
piccolo.egg-info/requires.txt
piccolo.egg-info/top_level.txt
piccolo/apps/__init__.py
piccolo/apps/app/__init__.py
piccolo/apps/app/piccolo_app.py
piccolo/apps/app/commands/__init__.py
piccolo/apps/app/commands/new.py
piccolo/apps/app/commands/show_all.py
piccolo/apps/app/commands/templates/piccolo_app.py.jinja
piccolo/apps/app/commands/templates/tables.py.jinja
piccolo/apps/asgi/__init__.py
piccolo/apps/asgi/piccolo_app.py
piccolo/apps/asgi/commands/__init__.py
piccolo/apps/asgi/commands/new.py
piccolo/apps/asgi/commands/templates/app/_blacksheep_app.py.jinja
piccolo/apps/asgi/commands/templates/app/_fastapi_app.py.jinja
piccolo/apps/asgi/commands/templates/app/_starlette_app.py.jinja
piccolo/apps/asgi/commands/templates/app/app.py.jinja
piccolo/apps/asgi/commands/templates/app/main.py.jinja
piccolo/apps/asgi/commands/templates/app/piccolo_conf.py.jinja
piccolo/apps/asgi/commands/templates/app/requirements.txt.jinja
piccolo/apps/asgi/commands/templates/app/home/_blacksheep_endpoints.py.jinja
piccolo/apps/asgi/commands/templates/app/home/_starlette_endpoints.py.jinja
piccolo/apps/asgi/commands/templates/app/home/endpoints.py.jinja
piccolo/apps/asgi/commands/templates/app/home/piccolo_app.py.jinja
piccolo/apps/asgi/commands/templates/app/home/tables.py.jinja
piccolo/apps/asgi/commands/templates/app/home/piccolo_migrations/README.md
piccolo/apps/asgi/commands/templates/app/home/templates/base.html.jinja_raw
piccolo/apps/asgi/commands/templates/app/home/templates/home.html.jinja_raw
piccolo/apps/asgi/commands/templates/app/static/favicon.ico
piccolo/apps/asgi/commands/templates/app/static/main.css
piccolo/apps/meta/__init__.py
piccolo/apps/meta/piccolo_app.py
piccolo/apps/meta/commands/__init__.py
piccolo/apps/meta/commands/version.py
piccolo/apps/migrations/__init__.py
piccolo/apps/migrations/piccolo_app.py
piccolo/apps/migrations/tables.py
piccolo/apps/migrations/auto/__init__.py
piccolo/apps/migrations/auto/diffable_table.py
piccolo/apps/migrations/auto/migration_manager.py
piccolo/apps/migrations/auto/operations.py
piccolo/apps/migrations/auto/schema_differ.py
piccolo/apps/migrations/auto/schema_snapshot.py
piccolo/apps/migrations/auto/serialisation.py
piccolo/apps/migrations/auto/serialisation_legacy.py
piccolo/apps/migrations/commands/__init__.py
piccolo/apps/migrations/commands/backwards.py
piccolo/apps/migrations/commands/base.py
piccolo/apps/migrations/commands/check.py
piccolo/apps/migrations/commands/clean.py
piccolo/apps/migrations/commands/forwards.py
piccolo/apps/migrations/commands/new.py
piccolo/apps/migrations/commands/templates/migration.py.jinja
piccolo/apps/playground/__init__.py
piccolo/apps/playground/piccolo_app.py
piccolo/apps/playground/commands/__init__.py
piccolo/apps/playground/commands/run.py
piccolo/apps/project/__init__.py
piccolo/apps/project/piccolo_app.py
piccolo/apps/project/commands/__init__.py
piccolo/apps/project/commands/new.py
piccolo/apps/project/commands/templates/piccolo_conf.py.jinja
piccolo/apps/schema/__init__.py
piccolo/apps/schema/piccolo_app.py
piccolo/apps/schema/commands/__init__.py
piccolo/apps/schema/commands/generate.py
piccolo/apps/shell/__init__.py
piccolo/apps/shell/piccolo_app.py
piccolo/apps/shell/commands/__init__.py
piccolo/apps/shell/commands/run.py
piccolo/apps/sql_shell/__init__.py
piccolo/apps/sql_shell/piccolo_app.py
piccolo/apps/sql_shell/commands/__init__.py
piccolo/apps/sql_shell/commands/run.py
piccolo/apps/tester/__init__.py
piccolo/apps/tester/piccolo_app.py
piccolo/apps/tester/commands/__init__.py
piccolo/apps/tester/commands/run.py
piccolo/apps/user/__init__.py
piccolo/apps/user/piccolo_app.py
piccolo/apps/user/tables.py
piccolo/apps/user/commands/__init__.py
piccolo/apps/user/commands/change_password.py
piccolo/apps/user/commands/change_permissions.py
piccolo/apps/user/commands/create.py
piccolo/apps/user/piccolo_migrations/2019-11-14T21-52-21.py
piccolo/apps/user/piccolo_migrations/2020-06-11T21-38-55.py
piccolo/apps/user/piccolo_migrations/2021-04-30T16-14-15.py
piccolo/apps/user/piccolo_migrations/__init__.py
piccolo/columns/__init__.py
piccolo/columns/base.py
piccolo/columns/choices.py
piccolo/columns/column_types.py
piccolo/columns/combination.py
piccolo/columns/indexes.py
piccolo/columns/readable.py
piccolo/columns/reference.py
piccolo/columns/defaults/__init__.py
piccolo/columns/defaults/base.py
piccolo/columns/defaults/date.py
piccolo/columns/defaults/interval.py
piccolo/columns/defaults/time.py
piccolo/columns/defaults/timestamp.py
piccolo/columns/defaults/timestamptz.py
piccolo/columns/defaults/uuid.py
piccolo/columns/operators/__init__.py
piccolo/columns/operators/base.py
piccolo/columns/operators/comparison.py
piccolo/columns/operators/math.py
piccolo/columns/operators/string.py
piccolo/conf/__init__.py
piccolo/conf/apps.py
piccolo/engine/__init__.py
piccolo/engine/base.py
piccolo/engine/exceptions.py
piccolo/engine/finder.py
piccolo/engine/postgres.py
piccolo/engine/sqlite.py
piccolo/query/__init__.py
piccolo/query/base.py
piccolo/query/mixins.py
piccolo/query/methods/__init__.py
piccolo/query/methods/alter.py
piccolo/query/methods/count.py
piccolo/query/methods/create.py
piccolo/query/methods/create_index.py
piccolo/query/methods/delete.py
piccolo/query/methods/drop_index.py
piccolo/query/methods/exists.py
piccolo/query/methods/indexes.py
piccolo/query/methods/insert.py
piccolo/query/methods/objects.py
piccolo/query/methods/raw.py
piccolo/query/methods/select.py
piccolo/query/methods/table_exists.py
piccolo/query/methods/update.py
piccolo/testing/__init__.py
piccolo/testing/model_builder.py
piccolo/testing/random_builder.py
piccolo/utils/__init__.py
piccolo/utils/dictionary.py
piccolo/utils/encoding.py
piccolo/utils/lazy_loader.py
piccolo/utils/naming.py
piccolo/utils/printing.py
piccolo/utils/repr.py
piccolo/utils/sql_values.py
piccolo/utils/sync.py
piccolo/utils/warnings.py
tests/apps/__init__.py
tests/apps/app/__init__.py
tests/apps/app/commands/__init__.py
tests/apps/app/commands/test_new.py
tests/apps/app/commands/test_show_all.py
tests/apps/asgi/__init__.py
tests/apps/asgi/commands/__init__.py
tests/apps/asgi/commands/test_new.py
tests/apps/migrations/__init__.py
tests/apps/migrations/test_migration.py
tests/apps/migrations/auto/__init__.py
tests/apps/migrations/auto/test_diffable_table.py
tests/apps/migrations/auto/test_migration_manager.py
tests/apps/migrations/auto/test_schema_differ.py
tests/apps/migrations/auto/test_schema_snapshot.py
tests/apps/migrations/auto/test_serialisation.py
tests/apps/migrations/auto/integration/__init__.py
tests/apps/migrations/auto/integration/test_migrations.py
tests/apps/migrations/commands/__init__.py
tests/apps/migrations/commands/test_base.py
tests/apps/migrations/commands/test_check.py
tests/apps/migrations/commands/test_clean.py
tests/apps/migrations/commands/test_forwards_backwards.py
tests/apps/migrations/commands/test_new.py
tests/apps/migrations/commands/test_migrations/2020-03-31T20-38-22.py
tests/apps/migrations/commands/test_migrations/__init__.py
tests/apps/project/__init__.py
tests/apps/project/commands/__init__.py
tests/apps/project/commands/test_new.py
tests/apps/schema/__init__.py
tests/apps/shell/__init__.py
tests/apps/shell/commands/__init__.py
tests/apps/shell/commands/test_run.py
tests/apps/sql_shell/__init__.py
tests/apps/sql_shell/commands/__init__.py
tests/apps/sql_shell/commands/test_run.py
tests/apps/tester/__init__.py
tests/apps/user/__init__.py
tests/apps/user/test_tables.py
tests/apps/user/commands/__init__.py
tests/apps/user/commands/test_change_password.py
tests/apps/user/commands/test_create.py
tests/columns/__init__.py
tests/columns/test_array.py
tests/columns/test_base.py
tests/columns/test_bigint.py
tests/columns/test_boolean.py
tests/columns/test_bytea.py
tests/columns/test_choices.py
tests/columns/test_combination.py
tests/columns/test_date.py
tests/columns/test_defaults.py
tests/columns/test_foreignkey.py
tests/columns/test_interval.py
tests/columns/test_json.py
tests/columns/test_jsonb.py
tests/columns/test_numeric.py
tests/columns/test_primary_key.py
tests/columns/test_readable.py
tests/columns/test_real.py
tests/columns/test_reference.py
tests/columns/test_smallint.py
tests/columns/test_time.py
tests/columns/test_timestamp.py
tests/columns/test_timestamptz.py
tests/columns/test_uuid.py
tests/columns/test_varchar.py
tests/conf/__init__.py
tests/conf/test_apps.py
tests/engine/__init__.py
tests/engine/test_nested_transaction.py
tests/engine/test_pool.py
tests/engine/test_transaction.py
tests/engine/test_version_parsing.py
tests/example_app/__init__.py
tests/example_app/piccolo_app.py
tests/example_app/tables.py
tests/query/__init__.py
tests/query/test_await.py
tests/query/test_freeze.py
tests/query/test_querystring.py
tests/query/test_slots.py
tests/table/__init__.py
tests/table/test_alter.py
tests/table/test_batch.py
tests/table/test_count.py
tests/table/test_create.py
tests/table/test_create_table_class.py
tests/table/test_delete.py
tests/table/test_exists.py
tests/table/test_indexes.py
tests/table/test_inheritance.py
tests/table/test_insert.py
tests/table/test_join.py
tests/table/test_metaclass.py
tests/table/test_objects.py
tests/table/test_output.py
tests/table/test_raw.py
tests/table/test_ref.py
tests/table/test_repr.py
tests/table/test_select.py
tests/table/test_str.py
tests/table/test_table_exists.py
tests/table/test_update.py
tests/table/instance/__init__.py
tests/table/instance/test_get_related.py
tests/table/instance/test_get_related_readable.py
tests/table/instance/test_instantiate.py
tests/table/instance/test_remove.py
tests/table/instance/test_save.py
tests/table/instance/test_to_dict.py
tests/testing/__init__.py
tests/testing/test_model_builder.py
tests/testing/test_random_builder.py
tests/utils/__init__.py
tests/utils/test_dictionary.py
tests/utils/test_encoding.py
tests/utils/test_lazy_loader.py
tests/utils/test_naming.py
tests/utils/test_printing.py
tests/utils/test_sql_values.py
tests/utils/test_sync.py
tests/utils/test_warnings.py