An open API service indexing awesome lists of open source software.

https://github.com/ikeikeikeike/django-impala-backend

Unofficial impala backend package for Django.
https://github.com/ikeikeikeike/django-impala-backend

Last synced: 3 months ago
JSON representation

Unofficial impala backend package for Django.

Awesome Lists containing this project

README

        

[Unofficial backend package](https://docs.djangoproject.com/en/dev/ref/databases/#using-a-3rd-party-database-backend "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.