Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibyx/duckql-django
duckQL Django bindings
https://github.com/sibyx/duckql-django
django duckql orm python sql
Last synced: 20 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T21:48:52.000Z (over 1 year ago)
- Last Synced: 2024-06-05T17:32:54.369Z (5 months ago)
- Topics: django, duckql, orm, python, sql
- Language: Python
- Homepage: https://sibyx.github.io/duckql-django
- Size: 604 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/)