Model helper, functions to write and read the Slave/Server DB.
reads(map(), {any(), any(), any(), any()}) :: {nil | {:error, :eaddr} | {:ok, [any()]}, map()}
write(map(), {any(), any(), any(), any()}) :: {nil | {:error, :eaddr} | {:ok, nil}, map()}