{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:golang/github.com/sub0zero/go-sqlbuilder","name":"github.com/sub0zero/go-sqlbuilder","description":"Package jet is a framework for writing type-safe SQL queries in Go, with ability to easily convert database query\nresult into desired arbitrary object structure.\n\nUse the bellow command to install jet\n\nInstall jet generator to GOPATH bin folder. This will allow generating jet files from the command line.\n\n*Make sure GOPATH bin folder is added to the PATH environment variable.\n\nJet requires already defined database schema(with tables, enums etc), so that jet generator can generate SQL Builder\nand Model files. File generation is very fast, and can be added as every pre-build step.\nSample command:\n\nThen next step is to import generated SQL Builder and Model files and write SQL queries in Go:\n\nTo write SQL queries for PostgreSQL import:\n\nTo write SQL queries for MySQL and MariaDB import:\n\n*Dot import is used so that Go code resemble as much as native SQL. Dot import is not mandatory.\n\nWrite SQL:\n\nStore result into desired destination:\n\nDetail info about all features and use cases can be\nfound at project wiki page - https://github.com/go-jet/jet/wiki.","version":"v2.3.0+incompatible","softwareVersion":"v2.3.0+incompatible","license":["https://spdx.org/licenses/Apache-2.0","https://spdx.org/licenses/BSD-3-Clause","https://spdx.org/licenses/MIT"],"codeRepository":"https://github.com/sub0zero/go-sqlbuilder","issueTracker":"https://github.com/go-jet/jet/issues","url":"https://github.com/sub0zero/go-sqlbuilder","programmingLanguage":{"@type":"ComputerLanguage","name":"Go"},"dateCreated":"2019-07-23","dateModified":"2020-06-03","datePublished":"2020-06-03","copyrightYear":2019,"downloadUrl":"https://proxy.golang.org/github.com/sub0zero/go-sqlbuilder/@v/v2.3.0+incompatible.zip","softwareHelp":{"@type":"WebSite","url":"https://pkg.go.dev/github.com/sub0zero/go-sqlbuilder#section-documentation"},"applicationCategory":"go","runtimePlatform":"go","developmentStatus":"active","sameAs":["https://pkg.go.dev/github.com/sub0zero/go-sqlbuilder"],"https://www.w3.org/ns/activitystreams#likes":1334,"https://forgefed.org/ns#forks":79}