Commit 4b810d2b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6639ad9b
......@@ -19,7 +19,18 @@
// Package neo provides Go implementation of NEO database.
//
// TODO text
// Use Master, Storage and Client to create NEO nodes explicitly.
//
// Use zodb.Open with neo:// or neos:// URL to open NEO client via zurl.
// NEO URL schema is:
//
// neo(s)://[credentials@]master1,master2,...,masterN/name?options
//
// Use command lab.nexedi.com/kirr/neo/go/neo/cmd/neo to run NEO services and
// commands as separate processes.
//
// See https://neo.nexedi.com and https://navytux.spb.ru/~kirr/neo for more
// information about NEO.
package neo
//go:generate gotrace gen .
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment