EdgeDB 2.0

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • edgedb

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

  • That `sys::TransactionIsolation` doc is outdated, EdgeDB only supports the `Serializable` transaction isolation. See related discussion [1]

    At this point EdgeDB supports Postgres HA passively, i.e. it will react to a failover event in your cluster via one of the documented mechanisms. Support for "active" cluster management is a planned feature too.

    Finally, EdgeDB server itself is fully stateless and you can run multiple instances of it in front of the same Postgres cluster. Admittedly, we need to document this better.

    [1] https://github.com/edgedb/edgedb/discussions/3466

  • cr-sqlite

    Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vlcn-orm

    Develop with your data model anywhere. Query and load data reactively. Replicate between peers without a central server.

  • - https://aphrodite.sh

    I wonder if EdgeDB provides any utilities to make this already perhaps? Or community has to build some kind of CRDT software that builds on top of EdgeDB that will do local syncing?

  • neon

    Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.

  • EdgeDB is looking like a dream db (with batteries included) to me, congrats on the launch!

    I wonder if you might wanna join efforts on building your cloud offer with guys at https://neon.tech/ (i'm not affiliated, but I'm waiting for your cloud offering)

  • ObjectBox Java (Kotlin, Android)

    Java and Android Database - fast and lightweight without any ORM

  • Adding ObjectBox [0] to the list.

    [0] https://objectbox.io/

  • edgedb-examples

    EdgeDB example projects for different stacks

  • We're still working out the kinks, but some form of this will definitely be possible.

    You can already hack this by defining access policies and writing an EdgeQL proxy server that authenticates incoming requests, sets the appropriate global, and forwards the query to the database. There's a Python/Flask implementation of this pattern here[0].

    We also have a JavaScript example app demonstrating access policies to simplify authorization logic using Next.js/getServerSideProps[1] and a user management platform you may have heard of called Clerk[2] :)

    [0] https://github.com/edgedb/edgedb-examples/tree/main/flask-pr...

    [1] https://github.com/edgedb/edgedb-examples/blob/main/nextjs-a...

    [2] https://clerk.dev/

  • imdbench

    IMDBench — Realistic ORM benchmarking

  • Only the query compiler is in pure Python and you only hit that once per query, as the compilation result is trivially cached. The hot path is a combination of Cython, C and Rust. We have a suite of benchmarks [1] that show relative overhead of EdgeDB compared to raw Postgres is quite low.

    [1] https://github.com/edgedb/imdbench

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • edgedb-go

    The official Go client library for EdgeDB

  • edgedb-cli

    The EdgeDB CLI

  • better-sql

    Generate sql query from a concise query syntax inspired from EdgeDB and GraphQL

  • I'm working on a npm package [1] that "transpile" from a syntax inspired by edgedb into raw sql. I've implemented select columns, join tables and where statements. Still having more to work on (e.g. order by, group by, aggregate function, and more important, the readme)

    [1] https://github.com/beenotung/better-sql

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts