tywalch / electrodb

A DynamoDB library to ease the use of modeling complex hierarchical relationships and implementing a Single Table Design while keeping your query code readable.
MIT License
956 stars 58 forks source link

How does it work with Python? #354

Closed supreme-core closed 4 months ago

supreme-core commented 4 months ago

Is there a package available in Python?

fredrikj31 commented 4 months ago

No I wouldn't assume so. The package is written in JavaScript/TypeScript, so it can only be downloaded via NPM to use in a JS/TS project.

supreme-core commented 4 months ago

Thanks for the reply. I thought there was a tinnnyyy possibility