dynoxide-rs 0.11.1

A lightweight, embeddable DynamoDB emulator backed by SQLite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Dynoxide documentation

- [Installation]installation.md - npm, Homebrew, Cargo, pre-built binaries, GitHub Actions, and Docker
- [HTTP server]http-server.md - running the DynamoDB-compatible HTTP API
- [MCP server]mcp.md - the Model Context Protocol server for coding agents
- [MCP data model]mcp-data-model.md - the `--data-model` format reference
- [DynamoDB Streams]streams.md - enabling and reading stream records
- [Import CLI]import.md - loading data, table filtering, and anonymisation
- [WebAssembly (preview)]wasm.md - the browser build and embed contract
- [Using as a Rust library]library.md - embedded mode and feature flags
- [Compatibility]compatibility-summary.md - operation, expression, and PartiQL coverage versus DynamoDB
- [Releasing]RELEASING.md - release cadence and process
- [RFCs]rfcs/ - proposing substantial changes
- [Architecture decision records]adr/ - recorded decisions