package
2.0.0+incompatible
Repository: https://github.com/satvikr/cyandb.git
Documentation: pkg.go.dev

# Functions

CreateServer creates a server struct.
GetAsBytes gets the key and value as bytes.
NewQuery generates a query.
No description provided by the author
Parse parses a command.
ReadKeyVal reads the key and value from the current point in the file.
No description provided by the author
Uint32ToByteArr takes a 32 bit integer as input, converts it to a byte slice, and returns the byte slice.
No description provided by the author
No description provided by the author

# Constants

Use this for default db functionality.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Server is the struct definition for the server I will add more to this once websockets are introduced.