Best of SQLAugust 2023

  1. 1
    Article
    Avatar of crunchydataCrunchy Data·3y

    When Did Postgres Become Cool?

    Postgres just passed the 25 year milestone as an open source project. Postgres' origin started with the Ingres project at the University of California Berkeley as Ingres (INteractive Graphics REtrieval System) The first version of Postgres was released as 6.0 in 1996 and the Postgres Global Development Team was established.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    What is the N+1 query problem and how to detect it?

    The infamous N + 1 query problem is an anti-pattern that stems from the leaky abstraction that ORMs provide. This problem is mainly associated with how ORM frameworks handle the lazy loading of related entries. The more blog posts and Authors in your database, the more severe the problem can be, impacting application performance and user experience.

  3. 3
    Article
    Avatar of supabaseSupabase·3y

    Supabase Studio 3.0: AI SQL Editor, Schema Diagrams, and new Wrappers

    Supabase Studio 3.0: AI SQL Editor, Schema Diagrams, and Wrappers.0 is here, with some huge new features. Supabase AI is aware of the SQL snippet in the editor and can modify it for you. You can ask it to change to, for example, for example.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Perform CRUD Operations – JavaScript and SQL Example

    In this article, I'll show you how to connect a back end database to your data collection process. The plan involves tossing some HTML, JavaScript, and the tiny database engine SQLite into a bowl, mixing vigorously, and seeing what comes out. This article comes from my Complete LPI Web Development Essentials Study Guide course.