mecchu / django-impala-backend

Unofficial impala backend package for Django.

Home Page:https://docs.djangoproject.com/en/dev/ref/databases/#using-a-3rd-party-database-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unofficial backend package for Django.

Usable operations

  • Django Queryset.

    • insert record
    • relationship
    • Q object
  • Aggregation queries

    • aggregate
    • annotate
  • Alter queries

    • alter table
    • alter culumn
  • manage commands.

    • test
    • migrate
    • shell(required: impala-shell)
    • sql
    • sqlall
    • syncdb

not supported

  • update and delete query.
  • index query.

About

Unofficial impala backend package for Django.

https://docs.djangoproject.com/en/dev/ref/databases/#using-a-3rd-party-database-backend

License:MIT License


Languages

Language:Python 100.0%