Introduction
🤷♀️ What's EgdeDB ?
EdgeDB is an open-source database designed as a spiritual successor to SQL and the relational paradigm and powered by the postgresql query engine.
It's like a relational database with an object-oriented data model, or a graph database with strict schema.
EdgeDB already provides first-party clients for several programming langages such as:
- TypeScript
- Golang
- Deno
- Python
- Rust (Work still in progress)
🤷🏼♂️ What's Edgedb-query project ?
Edgedb-query is a rust crate project that aims to provide a bunch attruibute macros that facilitate writing of edgeql queries when using edgedb-rust crate.