command
Version:
v0.2.15
Opens a new window with list of versions in this module.
Published: Aug 15, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
SQLC Zombiezen driver plugin
How to use
-
Install the plugin:
go install github.com/delaneyj/toolbelt/sqlc-gen-zombiezen
-
Make a sqlc.yml similar to the following:
version: "2"
plugins:
- name: zz
process:
cmd: sqlc-gen-zombiezen
sql:
- engine: "sqlite"
queries: "./queries"
schema: "./migrations"
codegen:
- out: zz
plugin: zz
-
Run sqlc: sqlc generate
-
???
-
Profit
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.