Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 514 Bytes

File metadata and controls

33 lines (19 loc) · 514 Bytes

Aurora DSQL Sequelize code examples

Overview

The code examples in this topic show you how to use Sequelize with Aurora DSQL.

Run the examples

Prerequisites

  • NodeJS version >=18.0 is needed

Setup test running environment

npm install

Run the example tests

export CLUSTER_ENDPOINT="<your cluster endpoint>"
export REGION="<your cluster region>"

npm run test

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

SPDX-License-Identifier: MIT-0