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: 15 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T16:02:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T00:56:06.758Z (9 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: 4
- 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.