Skip to content

Files

Latest commit

author
Mitchell Elholm
Dec 10, 2024
535ccbf · Dec 10, 2024

History

History
This branch is 8 commits ahead of, 9 commits behind aws-samples/aurora-dsql-samples:main.

sequelize

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 10, 2024
Dec 10, 2024
Dec 10, 2024
Dec 10, 2024
Dec 10, 2024

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