Software Alternatives & Reviews

Why SQL is right for Infrastructure Management

PostgreSQL Knex.js
  1. PostgreSQL is a powerful, open source object-relational database system.
    Pricing:
    • Open Source
    SQL immediately stands out here because it was designed for making relational algebra, the other side of the Entity-Relationship model, accessible. There are likely more people who know SQL than any programming language (for IaC) or data format you could choose to represent your cloud infrastructure. Many non-programmers know it, as well, such as data scientists, business analysts, accountants, etc, and there is an entire ecosystem of useful functionality you gain "for free" by using a SQL representation than just about any format out there. Furthermore, a powerful SQL engine like the open source PostgreSQL provides tools capable of elevating the infrastructure management experience beyond what IaC can do today.

    #Databases #Relational Databases #NoSQL Databases 15 social mentions

  2. SQL query builder for Postgres, MySQL, MariaDB, SQLite3, and Oracle
    Pricing:
    • Open Source
    SQL is an old, irregular language to work with, but it is better known than HCL and SQL already has it's own Pulumi/CDK in the form of every ORM with introspection (like Javascript's Prisma, Python's Django, Go's XO etc) and QueryBuilder (LINQ, Knex, etc) in whatever programming language you prefer. You probably already know it.

    #Database Management #MySQL Tools #Databases 57 social mentions

Discuss: Why SQL is right for Infrastructure Management

Log in or Post with