All Projects → fifsky → genstruct

fifsky / genstruct

Licence: MIT license
Golang struct generator similar to mysql terminal

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
typescript
32286 projects
shell
77523 projects
Less
1899 projects
Makefile
30231 projects

Projects that are alternatives of or similar to genstruct

Struct
A Modern, Scalable , Graceful, Easy Use data structure validator
Stars: ✭ 20 (+11.11%)
Mutual labels:  struct
Junion
Delivers struct types for Java programming language.
Stars: ✭ 155 (+761.11%)
Mutual labels:  struct
X2struct
Convert between json string and c++ object. json字符串和c++结构体之间互相转换
Stars: ✭ 251 (+1294.44%)
Mutual labels:  struct
Structlinq
Implementation in C# of LINQ concept with struct
Stars: ✭ 106 (+488.89%)
Mutual labels:  struct
Toml To Go
Translates TOML into a Go type in your browser instantly
Stars: ✭ 134 (+644.44%)
Mutual labels:  struct
Mapper
A simple and easy go tools for auto mapper map to struct, struct to map, struct to struct, slice to slice, map to slice, map to json.
Stars: ✭ 175 (+872.22%)
Mutual labels:  struct
Jkt
Simple helper to parse JSON based on independent schema
Stars: ✭ 22 (+22.22%)
Mutual labels:  struct
indicium
🔎 A simple in-memory search for collections and key-value stores.
Stars: ✭ 41 (+127.78%)
Mutual labels:  struct
Goconfig
goconfig uses a struct as input and populates the fields of this struct with parameters from command line, environment variables and configuration file.
Stars: ✭ 146 (+711.11%)
Mutual labels:  struct
Dissect.cstruct
A no-nonsense c-like structure parsing library for Python
Stars: ✭ 215 (+1094.44%)
Mutual labels:  struct
Faker
Go (Golang) Fake Data Generator for Struct
Stars: ✭ 1,698 (+9333.33%)
Mutual labels:  struct
Typex
[TOOL, CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural types as TypeScript value object or bare type representations.
Stars: ✭ 128 (+611.11%)
Mutual labels:  struct
Goq
A declarative struct-tag-based HTML unmarshaling or scraping package for Go built on top of the goquery library
Stars: ✭ 192 (+966.67%)
Mutual labels:  struct
Protoc Gen Gotag
Add custom struct tags to protobuf generated structs
Stars: ✭ 97 (+438.89%)
Mutual labels:  struct
go-traits
A concept package that helps implement mixin behavior using embedded structs and hook interfaces.
Stars: ✭ 21 (+16.67%)
Mutual labels:  struct
Structvsclassperformance
POC for my Medium article
Stars: ✭ 11 (-38.89%)
Mutual labels:  struct
Converter
database table to golang struct (table to struct) converter with cli and go lib support
Stars: ✭ 167 (+827.78%)
Mutual labels:  struct
faker
Random fake data and struct generator for Go.
Stars: ✭ 67 (+272.22%)
Mutual labels:  struct
binstruct
Golang binary decoder for mapping data into the structure
Stars: ✭ 67 (+272.22%)
Mutual labels:  struct
Fuckdb
From database generate go struct,help you fuck db fields
Stars: ✭ 195 (+983.33%)
Mutual labels:  struct

genstruct

build

Golang struct generator from mysql schema

asciicast

Install

go install github.com/fifsky/genstruct

Usage

genstruct -h localhost -u root -p 3306 -P 123456
  • -h default localhost
  • -u default root
  • -p default 3306

online

https://go.fifsky.com/

gosql

The structure can be applied to a gosql package

License

The source code is available under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].