The Future of MySQL is PostgreSQL: an extension for the MySQL wire protocol

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
  • sqlglot

    Python SQL Parser and Transpiler

  • This is probably referring to "zero changes to your driver code" and not "zero changes to the SQL you send over this driver".

    Translating between SQL dialects is notoriously hard and attempts to translate [1] are working in 95% of cases. But the last 5% would require 5x amount of work. That's because "SQL dialect" also includes weird edge cases of type inference of things like COALESCE(5, FALSE) and emulation of system catalogs (pg_catalog, information_schema).

    [1] https://github.com/tobymao/sqlglot

  • 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
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

  • SQLGlot: No-dependency SQL parser, transpiler, optimizer for 21 SQL dialects

    1 project | news.ycombinator.com | 18 Mar 2024
  • SQLglot: Python SQL Parser and Transpiler

    1 project | news.ycombinator.com | 13 Mar 2024
  • A Primer on SQLGlot's Abstract Syntax Tree

    1 project | news.ycombinator.com | 19 Dec 2023
  • sqlglot - Amazing SQL parsing library

    1 project | /r/Python | 6 Dec 2023
  • SQLGlot – Python no-dependency SQL parser, transpiler, optimizer, and engine

    1 project | news.ycombinator.com | 17 Nov 2023