table2class

command module
v0.0.0-...-6d52181 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2023 License: MIT Imports: 9 Imported by: 0

README

table2class : simple model class generator

Simple tool to generate class/struct model from database table or view

usage

table2class -n=myConnectionName -t=table_name -c=TableNameClass

 -n  = Connection Name that exists in config.json file
 -t  = Table name
 -c  = Entity Class name
 -d  = Database Name (optional)
 -l  = Programming language (optional), default value is csharp. Supported languages are csharp, go.

supported languages

  • C#
  • Go

supported databases

  • sqlserver

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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