Integrate an AWS RDS Database with Your Velo Site

Hey @support64935 ,

When you connected the adapter to a Wix website, you set namespace for the adapter, add this namespace before the collection name, when you use the wixData package.

wixData.aggregate("<nameSpace>/<collectionName>")

For example, let’s suppose that you set the name space for the adapter to be “aws-adapter” so the wixData. aggregate function should get “aws-adapter/Retail” as an argument.