Categorygithub.com/jglista/sqlizer
modulepackage
0.0.3
Repository: https://github.com/jglista/sqlizer.git
Documentation: pkg.go.dev

# README

sqlizer

sqlizer is a cli tool written in Go that generates Go types from your database objects. sqlizer will read a table's columns and produce a struct from the table.

Install

    go install github.com/jglista/[email protected]

Configuration

Usage

    sqlizer generate --database {Databasename} --table {TableName}

# Packages

Package cmd ..