Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.
/ sql_util Public archive

Golang package that provides utils for working with dotsql and postgres

License

Notifications You must be signed in to change notification settings

datatogether/sql_util

Repository files navigation

sqlutil

GitHub Slack License

Golang package that provides utils for working with dotsql structs and abstractions for working with postgres databases.

License & Copyright

Copyright (C) 2017 Data Together
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.0.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the LICENSE file for details.

Getting Involved

We would love involvement from more people! If you notice any errors or would like to submit changes, please see our Contributing Guidelines.

We use GitHub issues for tracking bugs and feature requests and Pull Requests (PRs) for submitting changes

Usage

Include in any Golang package with:

import "github.com/datatogether/sqlutil"

Technical documentation can be built with godoc . or, if your $GOPATH and repo structure is set up correctly, with something like godoc -http=:6060 & followed by browsing to http://localhost:6060/pkg/github.com/datatogether.

Development

Coming soon!

About

Golang package that provides utils for working with dotsql and postgres

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages