An open API service indexing awesome lists of open source software.

https://github.com/mtso/rds-connection-string

AWS RDS connection string loader.
https://github.com/mtso/rds-connection-string

aws connection-string rds

Last synced: 3 months ago
JSON representation

AWS RDS connection string loader.

Awesome Lists containing this project

README

          

# RDS Connection String [![Build Status](https://travis-ci.org/mtso/rds-connection-string.svg?branch=master)](https://travis-ci.org/mtso/rds-connection-string)

Drop-in connection URI builder for RDS data stores.

## Installation

```
npm install --save rds-connection-string
```

## Usage

```js
const connectionString = require('rds-connection-string')({scheme: 'postgres'});
```