https://github.com/digitalocean/databases
https://github.com/digitalocean/databases
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/digitalocean/databases
- Owner: digitalocean
- License: apache-2.0
- Created: 2018-11-12T17:28:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T05:06:19.000Z (over 2 years ago)
- Last Synced: 2025-01-15T00:22:24.495Z (over 1 year ago)
- Size: 2.39 MB
- Stars: 66
- Watchers: 15
- Forks: 8
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).