package
module
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Jun 25, 2026
License: MIT
Opens a new window with license information.
Imports: 9
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/app/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.