# README
ksstore
Summary
This package is a thin layer of abstraction over datastore CRUD and query ops.
The default client is implemented with Google's FireStore
.
# Functions
Bind will decode and bind data from in to dst.
FromError converts grpc status error to ksstore error.
GetDefaultClient return default implemented Storer.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Storer data manager interface.