Categorygithub.com/veertech/go-kallax
repositorypackage
0.13.0
Repository: https://github.com/veertech/go-kallax.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Kallax - PostgreSQL ORM for Go

GoDoc Build Status codecov Go Report Card License: MIT

Installation

The recommended way to install kallax is:

go get -u github.com/src-d/kallax/...

kallax includes a binary tool used by go generate, please be sure that $GOPATH/bin is on your $PATH

Running tests

For obvious reasons, an instance of PostgreSQL is required to run the tests of this package.

By default, it assumes that an instance exists at 0.0.0.0:5432 with an user, password and database name all equal to testing.

If that is not the case you can set the following environment variables:

  • DBNAME: name of the database
  • DBUSER: database user
  • DBPASS: database user password

License

MIT, see LICENSE