Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitsuhiko/sqlalchemy-django-query
A Django like query object for SQLAlchemy
https://github.com/mitsuhiko/sqlalchemy-django-query
Last synced: 3 months ago
JSON representation
A Django like query object for SQLAlchemy
- Host: GitHub
- URL: https://github.com/mitsuhiko/sqlalchemy-django-query
- Owner: mitsuhiko
- License: other
- Created: 2011-07-19T19:06:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-19T19:32:24.000Z (over 13 years ago)
- Last Synced: 2024-10-13T01:41:27.692Z (3 months ago)
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 54
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
django_sqlalchemy_query
```````````````````````A module that implements Django like query objects for SQLAlchemy.
This repository is waiting for a pull request that adds a setup.py
and documentation. Look at the tests for some examples.