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

https://github.com/digitalocean/databases


https://github.com/digitalocean/databases

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# DigitalOcean Managed Databases

### Worry-free database hosting

Leave the complexity of database administration to us. We’ll handle setting up, backing up, and updating — so you can focus on building great apps.

* Fully managed databases
* MySQL, Redis, & PostgreSQL
* Highly scalable
* Free daily backups
* Automatic failover

**[Learn More](https://www.digitalocean.com/products/managed-databases/)**

## What is this repo?

This repo contains a minimal examples of using DigitalOcean Managed Databases (with PostgreSQL). The examples are based on [a simple contacts list app](/examples/README.md).

* [How to Use a Managed Database in Go](/examples/go-contacts)
* [How to Use a Managed Database in Node.js](/examples/node-contacts)
* [How to Use a Managed Database in Laravel (Eloquent)](/examples/laravel-contacts)
* [How to Use a Managed Database in Python](/examples/python-contacts)

## Further Reading

* [How to Use a PostgreSQL Connection String](/examples#database-credentials)
* [Managed Databases Product Documentation](https://www.digitalocean.com/docs/databases/)

## License

[Apache 2.0](/LICENSE).