- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 164
 
Home
        go-jet edited this page Jul 17, 2019 
        ·
        26 revisions
      
    Use the bellow command to install jet
$ go get -u github.com/go-jet/jetInstall jet generator to GOPATH bin folder. This will allow generating jet files from the command line.
go install github.com/go-jet/jet/cmd/jetMake sure GOPATH bin folder is added to the PATH environment variable.
- Home
 - Generator
 - Model
 - SQL Builder
 - Query Result Mapping (QRM)
 - 
FAQ
- How to execute jet statement in SQL transaction?
 - How to construct dynamic projection list?
 - How to construct dynamic condition?
 - How to use jet in multi-tenant environment?
 - How to change model field type?
 - How to use custom(or currently unsupported) functions and operators?
 - How to use IN/NOT_IN with dynamic list of values?
 - Scan stopped working after naming a destination type