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.
Click to show internal directories.
Click to hide internal directories.