sql2struct

command module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2024 License: MIT Imports: 1 Imported by: 0

README

Go Report Card GoDoc License

sql2struct

mysql/postgresql database to golang struct for gorm model

install

go install github.com/dxc0522/sql2struct@latest

usage

# 直接执行
sql2struct --dsn="mysql://root:123456@tcp(localhost:3306)/test?charset=utf8mb4"

# 读取文件执行
# 无dsn则自动读取./etc/config.yaml 文件下的
# DBConfig:
#  DSN: mysql://root:123456@tcp(localhost:3306)/test?charset=utf8mb4
sql2struct -t "user,to_do"

support

  • mysql
  • postgreSQL

Documentation

Overview

Copyright © 2022 dxc0522 <dou916688@gmail.com>

Directories

Path Synopsis
internal
mysql/dbmodel
Package dbmodel Code generated by sql2struct.
Package dbmodel Code generated by sql2struct.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL