package
2.1.0+incompatible
Repository: https://github.com/cagnosolutions/go-data.git
Documentation: pkg.go.dev
# Variables
No description provided by the author
No description provided by the author
# Interfaces
Collection is an interface representing a collection of records.
CollectionInfo is an interface representing a collection and is responsible for returning information about records located within the collection.
DB is an interface representing an embedded database engine that is able to perform all the basic operations necessary on collections and records.
DBInfo is an interface representing a database and is responsible for returning information about the database, collections and records.
Record is an interface representing a single record able to be used by a collection.
RecordSet is an interface representing a set of records able to be used by a collection.