Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 511 Bytes

DynamoDB.md

File metadata and controls

22 lines (14 loc) · 511 Bytes
tags aliases cssclass
📝/🌱

[[DynamoDB]]

DynamoDB is a [[NoSQL]] database.


Info

  • Since DynamoDB is not a SQL database, it does not have foreign keys like [[Postgres]].
  • It is a NoSQL database that doesn't support relational data. There is no data integrity maintained between tables, so this sort of behavior is not built in. If you want to have this sort of behavior, you will have to model your data storage in DynamoDB a different way.

🔗 Links to this page: