Best of PostgreSQLJune 2022

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    Comparing four popular NestJS ORMs

    Object-relational mapping (ORM) is a technique that abstracts your database tables to data objects in memory. ORMs are used to make database access easier, as developers won’t need to write raw queries. For convenience, NestJS provides tight integrations with TypeORM and Sequelize out of the box.

  2. 2
    Article
    Avatar of tigerdataTigerData (Creators of TimescaleDB)·4y

    SQL Isn't That Hard (When You Learn by Exploration)

    Miranda Auhl is a developer advocate at Timescale. She uses SQL for troubleshooting, creating new content for developers, or learning something new. Her career path is a little all over the place and both a sad and happy journey. We hope this series helps you learn about new tools, training, and applications.

  3. 3
    Article
    Avatar of flaviocopesFlavio Copes·4y

    Where to host a PostgreSQL database

    Local database is your best choice when you are developing your application on localhost. The drawback is the initial setup, but you can find many tutorials for your Operating System by searching “install postgresql on ” on Google or YouTube. DigitalOcean also offers a managed database that makes things easier (but also costs more, save time spend more)