README.md
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/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/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/forwards.py
piccolo/apps/migrations/commands/new.py
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/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/create.py
piccolo/apps/user/piccolo_migrations/2019-11-14T21:52:21.py
piccolo/apps/user/piccolo_migrations/__init__.py
piccolo/columns/__init__.py
piccolo/columns/base.py
piccolo/columns/column_types.py
piccolo/columns/combination.py
piccolo/columns/operators.py
piccolo/columns/readable.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/delete.py
piccolo/query/methods/exists.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/utils/__init__.py
piccolo/utils/naming.py
piccolo/utils/printing.py
piccolo/utils/sync.py
piccolo/utils/warnings.py
tests/columns/__init__.py
tests/columns/test_base.py
tests/columns/test_bigint.py
tests/columns/test_foreignkey.py
tests/columns/test_readable.py
tests/columns/test_smallint.py
tests/columns/test_uuid.py
tests/columns/test_varchar.py
tests/commands/__init__.py
tests/commands/migration/__init__.py
tests/commands/migration/test_base.py
tests/commands/migration/test_migrations/2020-03-31T20:38:22.py
tests/commands/migration/test_migrations/__init__.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/example_project/__init__.py
tests/example_project/tables.py
tests/extensions/__init__.py
tests/extensions/test_user.py
tests/migrations/__init__.py
tests/migrations/auto/__init__.py
tests/migrations/auto/test_diffable_table.py
tests/migrations/auto/test_migration_manager.py
tests/migrations/auto/test_schema_differ.py
tests/migrations/auto/test_schema_snapshot.py
tests/query/__init__.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_delete.py
tests/table/test_exists.py
tests/table/test_insert.py
tests/table/test_instance.py
tests/table/test_join.py
tests/table/test_meta.py
tests/table/test_metaclass.py
tests/table/test_objects.py
tests/table/test_output.py
tests/table/test_raw.py
tests/table/test_select.py
tests/table/test_table_exists.py
tests/table/test_update.py
tests/table/instance/__init__.py
tests/table/instance/test_delete.py
tests/table/instance/test_get_related.py
tests/table/instance/test_save.py