leahkatherine / react-monorepo

0 stars 0 forks source link

Understanding Postgres SQL connecting with others #37

Closed leahkatherine closed 7 months ago

leahkatherine commented 7 months ago

Docker is hooked up at this point to run postgres and pgAdmin4 in its container Current Issue: I need to figure out what the database can hold sql. how to do queries. How to connect to app? Also - Small issue with connecting SQL to vs code - is that a need or just a helpful tool?

leahkatherine commented 7 months ago

-Docker is a powerful enough tool to run both pg admin and postgres within. Defined in docker-compose file -you connected the data base with fastify api at apps/api/src/app/plugins/db.ts -you connected vs code to postgres - need to explore