http://gothub.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/neondatabase/neon
Starting postgres at ' postgresql://
[email protected]:55432/postgres ' # check
list of running postgres instances > cargo neon endpoint
list
ENDPOINT ADDRESS TIMELINE BRANCH NAME LSN STATUS
main 127.0.0.1:55432 de200bd42b49cc1814412c7e592dd6e9 main 0/16B5BA8 running Now, it is possible to connect to postgres and run some queries: > psql -p 55432 -h 127.0.0.1 -U cloud_admin postgres
postgres=# CREATE TABLE...