Hacker News new | ask | show | jobs
by andrioni 2984 days ago
Is EdgeDB going to be Postgres fork, extension or a service that uses just uses Postgres as a storage layer (like Datomic)?
1 comments

It's closer to the storage layer: postgres is in the core and not directly exposed (i.e. you won't be able to access it).
Does it mean it will be possible to use EdgeDB with hosted Postgres databases, like RDS and maybe Amazon Aurora (on Postgres mode)?
Maybe. This is something that we'll have to figure out later.