48 breaking releases

0.53.0 Mar 12, 2025
0.51.0 Jan 10, 2025
0.49.0 Nov 12, 2024
0.47.0 Jul 23, 2024
0.7.2 Oct 28, 2022

#1397 in Database interfaces

Download history 62/week @ 2024-12-07 186/week @ 2025-01-04 71/week @ 2025-01-11 3/week @ 2025-01-18 91/week @ 2025-02-01 205/week @ 2025-02-08 150/week @ 2025-02-15 8/week @ 2025-02-22 6/week @ 2025-03-01 103/week @ 2025-03-08 31/week @ 2025-03-15 8/week @ 2025-03-22

148 downloads per month

Apache-2.0

30KB
291 lines

Shuttle AWS RDS

This plugin provisions databases on AWS RDS using shuttle. The following three engines are supported:

  • Postgres
  • MySql
  • MariaDB

Usage

Add shuttle-aws-rds to the dependencies for your service. Every engine is behind the following feature flags and attribute paths. The default is to use native TLS. You can also add -rustls after the feature flag, for example postgres-rustls.

Engine Feature flag Attribute path
Postgres postgres shuttle_aws_rds::Postgres
MySql mysql shuttle_aws_rds::MySql
MariaDB mariadb shuttle_aws_rds::MariaDB

An example using the Tide framework can be found on GitHub

Options

Each engine can take in the following options:

Option Type Description
local_uri &str Don't spin up a local docker instance of the DB, but rather connect to this URI instead

Dependencies

~3–19MB
~277K SLoC