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
15
# Support

## Questions and bugs

dynoxide uses GitHub Issues. Open a [bug report](https://github.com/nubo-db/dynoxide/issues/new?template=bug_report.yml) if something does not behave like AWS DynamoDB, or a [feature request](https://github.com/nubo-db/dynoxide/issues/new?template=feature_request.yml) to suggest a capability or compatibility improvement. For a substantial change to the wire contract, storage, auth, on-disk format, or CLI, see the [RFC process](docs/rfcs/README.md) first.

GitHub Discussions are not enabled, so questions go in Issues.

## Security

Do not open a public issue for a security vulnerability. Report it privately through [GitHub's security advisories](https://github.com/nubo-db/dynoxide/security/advisories/new). See [SECURITY.md](SECURITY.md) for the threat model and response times.

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for setup, the compatibility principle, and when a change needs an RFC.