trove-3.7
Client for OpenStack Database as a Service - Python 3.x
Install
- All systems
-
curl cmd.cat/trove-3.7.sh
- Debian
-
apt-get install python3-troveclient
- Ubuntu
-
apt-get install python3-troveclient
- Kali Linux
-
apt-get install python3-troveclient
- Fedora
-
dnf install python3-troveclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-troveclient
- Raspbian
-
apt-get install python3-troveclient
- Dockerfile
- dockerfile.run/trove-3.7
python3-troveclient
Client for OpenStack Database as a Service - Python 3.x
Trove is Database as a Service for OpenStack. It's designed to run entirely on OpenStack, with the goal of allowing users to quickly and easily utilize the features of a relational database without the burden of handling complex administrative tasks. Cloud users and database administrators can provision and manage multiple database instances as needed. This package contains the Python 3.x module.