-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
discussionRequires further discussion before implementingRequires further discussion before implementing
Description
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/).
derekperkins
Metadata
Metadata
Assignees
Labels
discussionRequires further discussion before implementingRequires further discussion before implementing