Roadmap
What's planned beyond v0.5.0.
dbswitch grows deliberately. Shipped so far: the Store interface + the
MongoDB backend (v0.2.0), sorted/limited/cursor-paginated List (v0.3.0),
Count plus offset pagination (v0.4.0), and the DynamoDB backend
(v0.5.0). Still planned:
- MySQL backend —
github.com/anukool23/dbswitch/mysql - Composite (partition + sort key) support for DynamoDB
- Richer conditions — comparison operators,
OR,IN - Transactions API
Each backend implements the same Store interface, so your table and CRUD
code stays the same across databases.
Have a use case or request? Open an issue on GitHub.