edgedb
Installation
SKILL.md
EdgeDB
EdgeDB is a graph-relational database designed as a successor to SQL, offering a more intuitive data modeling and querying experience. Developers building complex applications with intricate data relationships use it to improve developer productivity and data integrity. It's particularly useful for those who find traditional ORMs cumbersome.
Official docs: https://www.edgedb.com/docs
EdgeDB Overview
- Schema
- Migration
SchemaCreateMigration— Create a new migration.SchemaApplyNextMigration— Apply the next available migration.SchemaApplyMigration— Apply a specific migration.
- Migration
- Query
ExecuteEdgeQL— Execute an EdgeQL query.
- Client
GetClientVersion— Get the version of the EdgeDB client.
Working with EdgeDB
Related skills