Skip to content

Releases: lcarilla/sqlc-plugin-php-dbal

v0.0.3

17 Dec 14:07

Choose a tag to compare

Installation

Add to your sqlc.yaml:

version: '2'
plugins:
- name: php
  wasm:
    url: https://github.com/lcarilla/sqlc-plugin-php-dbal/releases/download/v0.0.3/sqlc-gen-php.wasm
    sha256: 87ee72931c4d9c887093f963dc5a1e2417eda1fe7bb6fd6c7cf0edcc98e3952c

What's Included

  • sqlc-gen-php.wasm - WebAssembly binary for use with sqlc

v0.0.2

20 Mar 22:05

Choose a tag to compare

Several fixes and improvements in the Generator plugin

v0.0.1

30 Jan 11:30

Choose a tag to compare

Initial version of the PHP DBAL generator with support limited to mysql