Open
Conversation
nofuss
reviewed
Apr 10, 2026
|
|
||
| <InlineAlert variant="info" slots="text" /> | ||
|
|
||
| A fully declarative approach (defining collections and indexes directly in `app.config.yaml`) is on the roadmap. The hook-based approach described here is the recommended path today. |
Contributor
There was a problem hiding this comment.
I suggest not calling this out. Even though it is our backlog, we do not have buy-in from Product, so there is no guarantee that we will ever deliver the feature.
| ## Prerequisites | ||
|
|
||
| - A workspace database has been provisioned. See [Getting started with Database Storage](./database.md) for details. | ||
| - An IMS OAuth server-to-server credential is configured for your AIO project workspace. The following environment variables must be set in your `.env` file: |
Contributor
There was a problem hiding this comment.
Recommend calling out how these are normally set using something like the following:
aio app use --merge
Contributor
There was a problem hiding this comment.
even better would be to provide links to the other documentation so we don't repeat things more than necessary
| - The following packages are installed in your project: | ||
|
|
||
| ```bash | ||
| npm install @adobe/aio-lib-db @adobe/aio-sdk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Closes CEXT-5960
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: