New PostgreSQL Interface for Cloud Spanner

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

Our great sponsors
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SaaSHub - Software Alternatives and Reviews
  • zetasql

    ZetaSQL - Analyzer Framework for SQL

    I mean the postgres parser (and semantic changes) for ZetaSQL. The zetasql parser is in a file called zetasql/parser/bison_parser.y, I strongly suspect they now have a file called something like zetasql/pgparser/bison_parser.y as well (and much more pervasive changes to support the deeper differences in the dialects).

    This is the lexical structure and syntax docs for the new postgres inteface to cloud spanner:

    https://cloud.google.com/spanner/docs/postgresql/lexical

    And this is the zetasql lexical structure and syntax docs:

    https://github.com/google/zetasql/blob/master/docs/lexical.m...

    Notice that the new PG docs are an edit of the Zeta ones - evidence that my hypothesis is correct.

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

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