directory
0.0.0-20250312052118-2008840fee0c
Repository: https://github.com/couchbase/indexing.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
Package collatejson supplies Encoding and Decoding function to transform JSON text into binary representation without loosing information.
Copyright 2014-Present Couchbase, Inc.
No description provided by the author
No description provided by the author
Provides collections enabled go client
*/.
ForestDB bindings for go
Sample usage (without proper error handling):
// Open a database
db, _ := Open("test", nil)
// Close it properly when we're done
defer db.Close()
// Store the document
doc, _ := NewDoc([]byte("key"), nil, []byte("value"))
defer doc.Close()
db.Set(doc)
// Lookup the document
doc2, _ := NewDoc([]byte("key"), nil, nil)
defer doc2.Close()
db.Get(doc2)
// Delete the document
doc3, _ := NewDoc([]byte("key"), nil, nil)
defer doc3.Close()
db.Delete(doc3)
*/.
@copyright 2021-Present Couchbase, Inc.
No description provided by the author
No description provided by the author
Copyright 2014-Present Couchbase, Inc.
No description provided by the author
No description provided by the author
Package natsort provides an implementation of the natural sorting algorithm.
No description provided by the author
Package planner defines index placement.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author