mirror of
https://github.com/eznix86/dynamodb-local-decompiled.git
synced 2026-07-25 21:09:19 +00:00
This is a decompiled version of DynamoDB Local (A local version of Dynamodb built on SQLite). It can be useful for learning purposes.
- Java 100%
| com | ||
| ddb/partiql/shared | ||
| kotlin | ||
| META-INF | ||
| org/partiql/lang | ||
| .gitkeep | ||
| DynamoDbGrammar.interp | ||
| DynamoDbGrammar.tokens | ||
| DynamoDbGrammarLexer.interp | ||
| DynamoDbGrammarLexer.tokens | ||
| LICENSE.txt | ||
| module-info.java | ||
| README.md | ||
DynamoDB Local Decompiled
Purpose
This is a decompiled version of DynamoDB Local which uses SQLite under the hood. This can be great for learning purposes.