dynamodb

command
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

AWS DynamoDB example. Run with command:

$ go run examples_dynamodb.go

AWS DynamoDB DAO implementation guideline:

  • Must implement method godal.IGenericDao.GdaoCreateFilter(storageId string, bo godal.IGenericBo) interface{}
  • If application uses its own BOs instead of godal.IGenericBo, it is recommended to implement a utility method to transform godal.IGenericBo to application's BO and vice versa.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL