Skip to content

Stable Mysql Support #664

Closed Answered by kyleconroy
tooolbox asked this question in General
Discussion options

You must be logged in to vote

Great question! MySQL is coming along nicely. As discussed in #150 and #633, the current mysql package is deprecated. However, don't fret. The new MySQL engine, code-named Dolphin, is available in beta. The next release (v1.6.0) will promote this engine to stable.

Please try out the new engine now! In your sqlc configuration file, use mysql:beta for your engine value. Please report any bugs or missing features.

version: "1"
packages:
  - name: "db"
    path: "internal/db"
    queries: "./sql/query/"
    schema: "./sql/schema/"
    engine: "mysql:beta"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kyleconroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #664 on August 23, 2020 19:55.