Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/craigmj/gophia
/ types & classes
Types & classes
8 in github.com/craigmj/gophia
⨍
Functions
77
◇
Types & classes
8
TypeAlias
Access
Environment.go:24
FuncType
Comparator
Comparator function is used to compare keys in the database. The function must return 0 if the keys are equal, -1 if the first key parameter is lower
Environment.go:33
Struct
Cursor
Cursor iterates over key-values in a database.
Cursor.go:16
Struct
Database
Database is used for accessing a database.
Database.go:37
Struct
E
Gophia_test.go:99
Struct
Environment
Environment is used to configure the database before opening.
Environment.go:48
TypeAlias
Order
Order of items in an iteration
Database.go:17
Struct
person
Gophia_test.go:49