Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Do you have more info about how to do this?


You can run a normal postgres DB alongside EdgeDB. You can use a regular Postgres cluster and create your pg databases in it and at the same time point EdgeDB to the cluster

    docker run --name edgedb -e EDGEDB_PASSWORD=secret \
    -e EDGEDB_POSTGRES_DSN='...' \ 
    -d edgedb/edgedb
RedCrowbar answered this question here [1]

[1] https://news.ycombinator.com/item?id=27815177




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: