Skip to content

Support MySQL Database Backend #7

@srilman

Description

@srilman

The database backends are all based on SQL queries "compiled" using SQLC to Go code. So it shouldn't be too difficult to add another support for MySQL on top of Postgres and SQLite. Would anyone be interested in this? I ask because the purpose of the current backends are:

  • SQLite: Embedded local transient use
  • Postgres: Hosted scalable use

MySQL would be an alternative to Postgres, but is it as popular? Are there popular database services based on MySQL? For example, Planetscale is one (https://planetscale.com/).

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionRequires further discussion before implementing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions