Top 3.8% forks on proxy.golang.org
proxy.golang.org : github.com/searKing/golang/tools/cmd/go-sqlx
go-sqlx Generates Go code using a package as a generic template that implements sqlx. Given the StructName of a Struct type T go-sqlx will create a new self-contained Go source file and rewrite T's "db" tag of struct field The file is created in the same package and directory as the package that defines T. It has helpful defaults designed for use with go generate. For example, given this snippet, running this command in the same directory will create the file pill_sqlx.go, in package painkiller, containing a definition of helper for sqlx Typically this process would be run using go generate, like this: With no arguments, it processes the package in the current directory. Otherwise, the arguments must trimmedStructName a single directory holding a Go package or a set of Go source files that represent a single Go package. The -type flag accepts a comma-separated list of types so a single run can generate methods for multiple types. The default flagOutput file is t_string.go, where t is the lower-cased trimmedStructName of the first type listed. It can be overridden with the -flagOutput flag.
      Registry
      -
      Source
      - Documentation
    - JSON
    - codemeta.json
    
    purl: pkg:golang/github.com/sear%21king/golang/tools/cmd/go-sqlx
      
 Keywords: 
        cache-file
        , connection-mux
        , generic-template
        , generics
        , glog
        , go
        , gogenerate
        , golang
        , reorderbuffer
        , rotate-file
        , signal
      
License: MIT
        
Latest release: about 1 year ago
        
First release: over 3 years ago
      
Namespace: github.com/searKing/golang/tools/cmd
    
      
Stars: 107 on GitHub
      
Forks: 13 on GitHub
      
Total Commits: 1595
      
Committers: 5
      
Average commits per author: 319.0
      
Development Distribution Score (DDS): 0.347
      
More commit stats: commits.ecosyste.ms
      
See more repository details: repos.ecosyste.ms
      
Last synced: 11 days ago