You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the Ip of the container running postgres database with docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' <postgres_container>
export the DATABASE_URL with the postgres IP (for me it is 10.89.1.8)-> export DATABASE_URL="postgres://postgres:[email protected]/sakila"
Run cargo run on the postgres example
Expected Behavior
Getting the access to a graphql interactive console on port 8000. To Test out seaography
Description
Steps to Reproduce
docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' <postgres_container>
export DATABASE_URL="postgres://postgres:[email protected]/sakila"
Expected Behavior
Actual Behavior
Reproduces How Often
Versions
├── sea-orm v0.10.5
│ ├── sea-orm-macros v0.10.5 (proc-macro)
│ ├── sea-query v0.27.2
│ │ ├── sea-query-derive v0.2.0 (proc-macro)
│ ├── sea-query-binder v0.2.2
│ │ ├── sea-query v0.27.2 ()
│ ├── sea-strum v0.23.0
│ │ └── sea-strum_macros v0.23.0 (proc-macro)
│ ├── sea-orm v0.10.5 ()
Additional Information
The text was updated successfully, but these errors were encountered: