Introduction
Object Relational Mapper (ORM) is a framework that provides layers of abstraction over database to facilitate interacting w...
For further actions, you may consider blocking this person and/or reporting abuse
Good Afternoon sir, please how do I navigate through this problem
okolo@okolo-HP-Pavilion-dv9700-Notebook-PC:~/playlist$ sudo docker-compose up -d
Starting playlist_postgres_1 ...
Starting playlist_postgres_1 ... error
ERROR: for playlist_postgres_1 Cannot start service postgres: driver failed programming external connectivity on endpoint playlist_postgres_1
(448f91e82201fd683d2ea1c5955e62a47db27d1b9ab779730e14ec59425de0ce): Bind for 0.0.0.0:5432 failed: port is already allocated
Check if docker is already running the database container
sudo docker ps
Thank you sir, the problem is resolved now.
What a wonderful write-up and well researched. The material is really rich and educative.
Thank you for the support!
Hello, I love your write up but, it was helpful but I have this challenge of not being able to make a post from a route I named idea to reference a user. In others words I want a an idea to belong to n accessed my the user. Plz how do I go about that. I'm using Prisma 3.3
Thank you for this piece
So nice of you. I am grateful for the support.
Nice one.
Awesome lesson Sir. I have completed it. Moving to the next lesson. Thanks
Sounds great. Keep moving forward!
This is a very good article, so simple and explanatory. Absolute master piece.
Thank you for your kind words. What out for more amazing contents!
nice job Boss . am having some issue with it
Please go ahead and share the issue you are having.
Thank you so much sir for this amazing writeup
hi, can i use prisma without typescript ?, my project doesnt use typescript
I always feel like typescript is more suitable for server-side with strong type checking. While I prefer to use JavaScript for client-side like React for faster application development.
it was very helpful, thanks