MariaDB to go public at $672M valuation

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sqldef

    Idempotent schema management for MySQL, PostgreSQL, and more

  • Thanks! I know of a couple Postgres tools that work in a declarative fashion: migra [1] and sqldef [2].

    Migra is Postgres-specific. Its model is similar to Skeema's, in that the desired-state CREATEs are run in a temporary location and then introspected, to build an in-memory understanding of the desired state which can be diff'ed against the current actual state. (This approach was also borrowed by Prisma Migrate [3]). In this manner, the tool doesn't need a SQL parser, instead relying on the real DBMS to guarantee the CREATE is interpreted correctly with your exact DBMS version/flavor/settings.

    In contrast, sqldef supports multiple databases, including Postgres and MySQL (among others). Unlike other tools, it uses a SQL parser-based approach to build its in-memory understanding of the desired state. As a DB professional, personally this approach scares me a bit, given the amount of nonstandard stuff in each DBMS's SQL dialect. But I'm inherently biased on this topic. And I will note sqldef's author is a core Ruby committer and JIT author, and is extremely skilled at parsers.

    [1] https://databaseci.com/docs/migra

    [2] https://github.com/k0kubun/sqldef

    [3] https://github.com/prisma/prisma-engines/blob/main/migration...

  • migra

    Like diff but for PostgreSQL schemas

  • Thanks! I know of a couple Postgres tools that work in a declarative fashion: migra [1] and sqldef [2].

    Migra is Postgres-specific. Its model is similar to Skeema's, in that the desired-state CREATEs are run in a temporary location and then introspected, to build an in-memory understanding of the desired state which can be diff'ed against the current actual state. (This approach was also borrowed by Prisma Migrate [3]). In this manner, the tool doesn't need a SQL parser, instead relying on the real DBMS to guarantee the CREATE is interpreted correctly with your exact DBMS version/flavor/settings.

    In contrast, sqldef supports multiple databases, including Postgres and MySQL (among others). Unlike other tools, it uses a SQL parser-based approach to build its in-memory understanding of the desired state. As a DB professional, personally this approach scares me a bit, given the amount of nonstandard stuff in each DBMS's SQL dialect. But I'm inherently biased on this topic. And I will note sqldef's author is a core Ruby committer and JIT author, and is extremely skilled at parsers.

    [1] https://databaseci.com/docs/migra

    [2] https://github.com/k0kubun/sqldef

    [3] https://github.com/prisma/prisma-engines/blob/main/migration...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • prisma-engines

    🚂 Engine components of Prisma ORM

  • Thanks! I know of a couple Postgres tools that work in a declarative fashion: migra [1] and sqldef [2].

    Migra is Postgres-specific. Its model is similar to Skeema's, in that the desired-state CREATEs are run in a temporary location and then introspected, to build an in-memory understanding of the desired state which can be diff'ed against the current actual state. (This approach was also borrowed by Prisma Migrate [3]). In this manner, the tool doesn't need a SQL parser, instead relying on the real DBMS to guarantee the CREATE is interpreted correctly with your exact DBMS version/flavor/settings.

    In contrast, sqldef supports multiple databases, including Postgres and MySQL (among others). Unlike other tools, it uses a SQL parser-based approach to build its in-memory understanding of the desired state. As a DB professional, personally this approach scares me a bit, given the amount of nonstandard stuff in each DBMS's SQL dialect. But I'm inherently biased on this topic. And I will note sqldef's author is a core Ruby committer and JIT author, and is extremely skilled at parsers.

    [1] https://databaseci.com/docs/migra

    [2] https://github.com/k0kubun/sqldef

    [3] https://github.com/prisma/prisma-engines/blob/main/migration...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Migra: Like Diff but for PostgreSQL Schemas

    7 projects | news.ycombinator.com | 25 Feb 2022
  • How to sustainably developer SQL database code (schemas, functions, ...)?

    1 project | /r/AskProgrammers | 19 Aug 2022
  • Schema diffing tool?

    1 project | /r/PostgreSQL | 19 Aug 2022
  • Does a Postgres GUI tool exist that..

    2 projects | /r/PostgreSQL | 16 Jul 2022
  • AWS open source news and updates, #116

    1 project | dev.to | 10 Jun 2022