https://github.com/nsidnev/edgeql-queries
Simple EdgeQL in Python.
https://github.com/nsidnev/edgeql-queries
asyncio databases edgedb edgeql python python3 queries
Last synced: about 2 months ago
JSON representation
Simple EdgeQL in Python.
- Host: GitHub
- URL: https://github.com/nsidnev/edgeql-queries
- Owner: nsidnev
- License: other
- Archived: true
- Created: 2020-04-09T11:19:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T16:02:59.000Z (over 3 years ago)
- Last Synced: 2025-09-27T13:34:49.912Z (5 months ago)
- Topics: asyncio, databases, edgedb, edgeql, python, python3, queries
- Language: Python
- Homepage: https://nsidnev.github.io/edgeql-queries/
- Size: 3.43 MB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
edgeql-queries
Simple EdgeQL in Python.
---
**NOTE**: This project is deprecated, prefer the official [code generators](https://www.edgedb.com/docs/clients/python/api/codegen) from EdgeDB instead.
---
**Documentation**: https://nsidnev.github.io/edgeql-queries/
## Requirements
`edgeql-queries` requires only the [EdgeDB driver for Python](https://github.com/edgedb/edgedb-python).
## Credits
This project is inspired by [aiosql](https://github.com/nackjicholson/aiosql)
project and is based on it's source code.
## License
This project is licensed under the terms of the FreeBSD license.