go-mysql-server VS grammars-v4

Compare go-mysql-server vs grammars-v4 and see what are their differences.

go-mysql-server

A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go. (by dolthub)

grammars-v4

Grammars written for ANTLR v4; expectation that the grammars are free of actions. (by antlr)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
go-mysql-server grammars-v4
23 35
2,400 10,448
0.7% 0.8%
9.8 9.4
3 days ago 8 days ago
Go ANTLR
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

go-mysql-server

Posts with mentions or reviews of go-mysql-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-09.

grammars-v4

Posts with mentions or reviews of grammars-v4. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-11.
  • Ohm: A user-friendly parsing toolkit for JavaScript and TypeScript
    4 projects | news.ycombinator.com | 11 Feb 2025
    I found some benchmarks in the ANTLR project: https://github.com/antlr/grammars-v4/blob/master/java/java/B...

      Project          Parsing/Lexing Ratio
  • SDF to the Rescue: Overcoming dbt-osmosis's Column Rename Struggles
    3 projects | dev.to | 6 Feb 2025
    Fortunately, ANTLR provides an open-source repository (antlr/grammars-v4) containing grammar definition files for various languages—including Snowflake SQL. Using this, we can simulate how an AST might be constructed from our child1 model’s SQL.
  • Swc4j: SWC for Java
    4 projects | news.ycombinator.com | 3 Jan 2025
  • Why I love Rust for tokenising and parsing
    12 projects | news.ycombinator.com | 7 Nov 2024
    Perhaps this ANTLR v4 sqlite grammar? [1]

    --

    1: https://github.com/antlr/grammars-v4/tree/master/sql/sqlite

  • How to develop code analyzer in 48 hours
    2 projects | dev.to | 14 Aug 2024
    The issue lurks here too—we need to know how to write the grammar file for the parser. Fortunately, it's not hard to find ready-made options on GitHub, so we'll just take it from here.
  • HyperCard Simulator
    6 projects | news.ycombinator.com | 25 Jun 2024
    https://github.com/antlr/grammars-v4/blob/master/hypertalk/H...

    TodoMVC or HyperTalk? False dilemma.

  • Operadores de adição e subtração
    3 projects | dev.to | 23 Mar 2024
  • Visual Basic for Applications Language Specification [pdf]
    1 project | news.ycombinator.com | 10 Dec 2023
    Perhaps the one from ANTLR's collection [0] is a good start (there are also others ANTLR VB6 grammars documented elsewhere). It does require knowing ANTLR, but that should be less effort for someone already familiar with language implementation, particularly, the visitor pattern (my favorite reference [1]).

    [0] https://github.com/antlr/grammars-v4/tree/master/vb6

    [1] https://craftinginterpreters.com/representing-code.html

  • Postgres Language Server: Implementing the Parser
    5 projects | news.ycombinator.com | 8 Dec 2023
    Where is the SQLite test suite, please? I'd be very interested.

    There are already SQL grammars, check https://github.com/antlr/grammars-v4 specifically in here I think https://github.com/antlr/grammars-v4/tree/master/sql I contributed to one of them, and I wrote my own for some personal work. Be warned, it's very involved, very complex and MSSQL is rather ill-defined.

    Names bracket identifiers) in SQL are bloody awful. Sometimes square brackets are even compulsory, and why you can usually replace [...] with the SQL standard "..." , not always! Trust me, it gets worse.

    I don't find antlr grammars to be brittle, and while they can lose in performance (by how much I don't know, perhaps quite considerably) they are very easy to maintain and I am very fortunate to have antlr to work with.

  • Llama: Add Grammar-Based Sampling
    7 projects | news.ycombinator.com | 21 Jul 2023
    This grammar "library" was cited as an example of what the format could look like:.

    https://github.com/antlr/grammars-v4

    There is everything from assembly and C++ to glsl and scripting languages, arithmetic, games, and other weird formats.

What are some alternatives?

When comparing go-mysql-server and grammars-v4 you can also consider the following projects:

sqlite-parser - JavaScript implentation of SQLite 3 query parser

tree-sitter-sql - SQL grammar for tree-sitter

vitess-sqlparser - simply SQL Parser for Go ( powered by vitess and TiDB )

ANTLR - ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

lakeFS - lakeFS - Data version control for your data lake | Git for data

sbt-antlr4 - Antlr4 plugin for sbt 1.1+ and 0.13.x

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured