Database

EdgeDB – graph-relational database with declarative schema

EdgeDB is a graph-relational database with declarative schema, built-in migration system, and a next-generation query language.

It takes the best parts of relational databases, graph databases, and ORMs. It inherits the strengths of SQL databases: type safety, performance, reliability, and transactionality. But instead of modeling data in a relational (tabular) way, EdgeDB represents data with object types containing properties and links to other objects. It leverages this object-oriented model to provide a superpowered query language that solves some of SQL’s biggest usability problems.
This is free and open source software.

Key Features

  • Schema is treated as object types containing properties connected by links.
  • Query language EdgeQL is designed as a ground-up redesign of SQL. EdgeQL queries produce rich, structured objects, not flat lists of rows.
  • Full-fledged database with a powerful and elegant query language, a migrations system, a suite of client libraries in different languages, a command line tool, and—coming soon—a cloud hosting platform.

Website: edgedb.com
Support: GitHub Code Repository
Developer: EdgeDB Inc.
License: Apache License 2.0


Related Software

Graph Databases
SurrealDBScalable, distributed, collaborative, document-graph database
EdgeDBGraph-relational database with declarative schema
JanusGraphDistributed graph database
ArangoDBScalable graph database system to drive value from connected data, faster
OrientDBDocument-graph database
TypeDBPolymorphic database with a conceptual data model
Neo4jNative graph database that is built to store and retrieve connected data
NebulaGraphGraph database that can handle large volumes of data
TerminusDBDocument-oriented graph database for building collaborative applications
LadybugEmbedded graph database
VirtuosoMiddleware and database engine hybrid
BitsySmall, fast, embeddable, durable in-memory graph database

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments