postgres
Postgres is my go to relational database. After working with NoSQL for a while, I really came to appreciate Postgres for its strong consistency, powerful querying and how far you can go with just SQL. It is rock solid for anything that needs real relations and transactions.
I love features like JSONB which give me the flexibility of NoSQL right inside a relational database, along with proper indexing, CTEs and window functions. Paired with an ORM like Prisma or Drizzle it is a joy to work with.
RK
Reetesh Kumar@iMBitcoinB
Learning new skills and mastering them is my passion. I am always eager to learn new things and share my knowledge with others. What I have learned so far about my each skill is shared here.