DEV Community

Discussion on: Generous SQL (or NoSQL) hosting similar to MongoDB Atlas?

Collapse
 
rolfstreefkerk profile image
Rolf Streefkerk

Are you referring to SQL joins ? In any case, relationships can be modeled on DynamoDB using a their Partition Key and Sort Key indexing.
You have to create composite keys in a single table design, how to do that is explained in their official documentation.