Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 770 Bytes

Introduction.mdx

File metadata and controls

22 lines (18 loc) · 770 Bytes
title description sidebar_label hide_title
Dynamoose - DynamoDB Client and SDK [JavaScript]
Popularly referred to as "Mongoose for DynamoDB", Dynamoose is a JavaScript client and SDK for Amazon DynamoDB.
Introduction
true

Introduction

Description

Dynamoose is a modeling tool for Amazon's DynamoDB. Dynamoose is heavily inspired by Mongoose, which means if you are coming from Mongoose the syntax will be very familar.

Key Features

  • Type safety
  • High level API
  • Easy to use syntax
  • Ability to transform data before saving or retrieving items
  • Strict data modeling (validation, required attributes, and more)
  • Support for DynamoDB Transactions
  • Powerful Conditional/Filtering Support
  • Callback & Promise support