package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Mar 30, 2025
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
¶
sqlgen
Installing
go install git.crumpington.com/lib/go/sqlgen/cmd/sqlgen@latest
Usage
sqlgen [driver] [defs-path] [output-path]
TABLE [sql-name] OF [go-type] <NoInsert> <NoUpdate> <NoDelete> (
[sql-column] [go-type] <AS go-name> <PK> <NoInsert> <NoUpdate>,
...
);
Documentation
¶
View Source
const (
DRIVER_SQLITE = "sqlite"
DRIVER_POSTGRES = "postgres"
)
Source Files
¶
Directories
¶
cmd
|
|
|
|
Click to show internal directories.
Click to hide internal directories.