#postgresql
Read more stories on Hashnode
Articles with this tag
Suppose you had a look at the 2021 stack overflow developer survey results. In that case, you might have seen that PostgreSQL, or Postgres for short,...
We introduced a social login to our Supabase login system, it's actually possible to automate the profile creation. This is super cool, as most social...
Hi everyone! In the past couple of articles, we have been looking at Prisma and Postgres databases. In this article, I will create a Next.js app that...
When working with databases, it's convenient to have some initial data. Imagine being a new developer. It will be a pain if you need to set up all...
Prisma is a very cool ORM that we can use to access a database in JavaScript projects. Prisma works with SDL (Schema Definition Language) to make...
Recently I wanted to explore Postgres databases for a specific use case. However, this use case needed the database to be hosted online. Then I found...