https://github.com/sibyx/duckql-django
duckQL Django bindings
https://github.com/sibyx/duckql-django
django duckql orm python sql
Last synced: 4 months ago
JSON representation
duckQL Django bindings
- Host: GitHub
- URL: https://github.com/sibyx/duckql-django
- Owner: Sibyx
- License: mit
- Created: 2020-04-09T00:06:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T16:33:05.000Z (over 1 year ago)
- Last Synced: 2025-01-17T17:36:08.170Z (over 1 year ago)
- Topics: django, duckql, orm, python, sql
- Language: Python
- Homepage: https://sibyx.github.io/duckql-django
- Size: 757 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# duckql-django 🐥
backboneQL bindings into [Django](https://www.djangoproject.com/) ORM and permissions system. This package suppose
to provide:
- Database introspection
- Ability to grant permissions to models and their properties
- Custom back-end query validation
## Resources
- [How Django Uses Metaclasses For Data Modelling](https://medium.com/swlh/how-django-use-data-descriptors-metaclasses-for-data-modelling-14b307280fce)
- [Advanced Python through Django: metaclasses](https://reinout.vanrees.org/weblog/2013/05/16/advanced-python-metaclasses.html)
---
Made with ☕️ and ❤️ by Jakub Dubec & [BACKBONE s.r.o.](https://www.backbone.sk/en/)