Dockers issue for postgreSQL database
I’m trying to run a wasp project and I keep running into a database error
Please help!
1 Reply
Please check out this part: https://wasp-lang.dev/docs/data-model/backends#using-the-dev-database-provided-by-wasp you are missing Docker on your machine
Databases | Wasp
Entities, Operations and Automatic CRUD together make a high-level interface for working with your app's data. Still, all that data has to live somewhere, so let's see how Wasp deals with databases.