Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 399 Bytes

Init

Just run diesel database setup --database-url postgres://postgres:postgres@localhost/testwunder

Wundergraph generation

wundergraph_cli print-schema postgres://postgres:postgres@localhost/testmovies > ./src/generated.rs
You just need to change Jsonb to serde_json::Value

Run

docker-compose up -d
cargo run

Database scheme

Database scheme