Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: rds resource usage adds an item to pro subscription #239

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _snippets/subscription-increase.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<Note>Deploying an application with this resource will automatically add it as a recurring item to your [Shuttle Pro](https://www.shuttle.rs/pricing) subscription.</Note>
3 changes: 3 additions & 0 deletions resources/shuttle-aws-rds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ If you require a different configuration, please contact us on [Discord](https:/
Shuttle makes sure that any data stored in your provisioned database is stored permanently and will persist if you redeploy your server via `cargo shuttle deploy`, as well as if you restart your service via `cargo shuttle project restart`.

## Usage

<Snippet file="subscription-increase.mdx" />

Add `shuttle-aws-rds` to the dependencies for your service.
Each type of database is behind the following feature flag and attribute path. `*-rustls` feature enables `rustls`-based implementation, otherwise some flavour of `native-tls` is used.

Expand Down