package
0.0.0-20240916024810-f55e1c4133b4
Repository: https://github.com/jrhy/sandbox.git
Documentation: pkg.go.dev
# README
Here are functions that were going to be used to implement an in-memory fake DynamoDB server in Go, a lighter alternative to using DynamoDBLocal. If you end up using them, please let me know! mailto:[email protected]
Status
Implemented: Expression parser and evaluator that understand DynamoDB ConditionExpressions. ddbexpr_test.go
is the best source of information.
Future Directions
- UpdateExpressions
- Property testing
# Functions
No description provided by the author
# Type aliases
No description provided by the author