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.
- Host: GitHub
- URL: https://github.com/mtso/rds-connection-string
- Owner: mtso
- License: mit
- Created: 2017-05-29T05:19:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T16:44:19.000Z (almost 9 years ago)
- Last Synced: 2024-12-25T05:32:24.767Z (over 1 year ago)
- Topics: aws, connection-string, rds
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RDS Connection String [](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'});
```