package
0.8.12
Repository: https://github.com/grokify/sogo.git
Documentation: pkg.go.dev

# README

Document

Sogo github.com/xgo/database/document provides a storage abstraction layer for various storage engines with a common configuration struct and getter/setter interfaces.

Initially, it's goal is to provide services for simple key value string storage. This use case is very simple but often times you may want to use a different solution depending on your provider, e.g. DynamoDB for AWS, Redis for Heroku, and the local file system for testing.

Supported engines include:

  • DynamoDB
  • Files
  • Redis

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author