vanilla

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2016 License: BSD-3-Clause Imports: 0 Imported by: 0

README

Vanilla

Vanilla is ReflexionHealth's Golang standard library.
Many of the libraries are focused on supporting web services by providing additional support for sql, http, json, etc...

Issues

The GitHub issues for this project are an appropriate place for bug reports, feature requests/suggestions, and pull requests.

Please do not create issues like "I can't get it to work" or "how do I do X with Vanilla?".
For support using vanilla, feel free to contact kevin@reflexionhealth.com who will respond on a best-effort basis.

License

Vanilla is licensed under the BSD license (see LICENSE).

Documentation

Overview

Package vanilla is Reflexion Health's Golang standard library. Many of the libraries are focused on supporting web services by providing additional support for sql, http, json, etc...

Packages:

crypto - wrapper around multiple crypto/etc packages for common crypto operations
date - an extension to the built-in time library to deal explicitly with dates
httpserver - a fork of httpserver's server / gin-gonic's engine that works the way we like
httpserver/stack - utilities and middleware for the reflexion http server
null - nullable types that support database/sql, encoding/gob, and encoding/json
semver - helper library for working with semantic versioning
sql - utilities to make working with sql in Golang more natural
sql/language - ast, parser, et. al. for handling multiple sql dialects

Directories

Path Synopsis
Package crypto wraps go's builtin crypto libraries to make common operations easier.
Package crypto wraps go's builtin crypto libraries to make common operations easier.
sql
Package sql provides a collection of utilities to make working with sql in Golang more natural.
Package sql provides a collection of utilities to make working with sql in Golang more natural.
language
Package language contains an ast and parser for the sql language.
Package language contains an ast and parser for the sql language.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL