arango

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const Equals = "=="
View Source
const GreaterThan = ">"
View Source
const GreaterThanOrEqualToThan = ">="
View Source
const LessThan = "<"
View Source
const LessThanOrEqualTo = "<="
View Source
const NotEqualTo = "!="

Variables

This section is empty.

Functions

func NewDatabase

func NewDatabase(config Config) (easydb.Database, error)

Types

type Collection

type Collection struct {
	Name        string
	IndexFields []string
}

type Config

type Config struct {
	Host        string       `json:"host"`
	Port        int          `json:"port"`
	User        string       `json:"user"`
	Password    string       `json:"password"`
	Database    string       `json:"database"`
	Collections []Collection `json:"collections"`
}

Jump to

Keyboard shortcuts

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