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.
- Host: GitHub
- URL: https://github.com/ikeikeikeike/django-impala-backend
- Owner: ikeikeikeike
- License: mit
- Created: 2014-08-06T07:11:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-06T09:57:54.000Z (almost 11 years ago)
- Last Synced: 2025-01-19T21:14:22.420Z (5 months ago)
- Language: Python
- Homepage: https://docs.djangoproject.com/en/dev/ref/databases/#using-a-3rd-party-database-backend
- Size: 141 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- syncdbnot supported
=============- update and delete query.
- index query.