Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 16:42
· 13 commits to main since this release
2601643

Release version v0.10.0

Release sha256 is 7382581cab4519646c024cc999885cf6502510119a7dc93020b053080c401f12

Configuration example

version: '2'
plugins:
- name: ruby
  wasm:
    url: https://github.com/DaredevilOSS/sqlc-gen-ruby/releases/download/v0.10.0/sqlc-gen-ruby.wasm
    sha256: 7382581cab4519646c024cc999885cf6502510119a7dc93020b053080c401f12

Changelog

The 1st version of the plugin supports:

  • Ruby versions 3.1 / 3.2 / 3.3
  • MySQL (via mysql2 gem) & PostgreSQL (via pg gem) - with connection pool supprt.
  • Generating a gemfile with the rquired dependencies (disabled by default)

Contributors