# pronto **Repository Path**: mirrors_vadimdemedes/pronto ## Basic Information - **Project Name**: pronto - **Description**: ⚡ The now.sh experience for databases - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

⚡ Pronto is a working concept for deploying databases, the same way [Now](https://zeit.co/now) by [ZEIT](https://zeit.co) revolutionized deployment of apps, servers and well... pretty much everything. Nowadays, to create a new database deployment in the cloud you need to visit provider's admin panel, deploy a database, copy credentials, go back to code and insert them. Pronto simplifies the first steps by automatically creating a database in the cloud on [Compose](https://compose.io), saving certificate to the current directory and providing you a set of credentials. ## Install ``` $ npm install --global vadimdemedes/pronto ``` ## Usage ``` $ pronto ``` ## Supported databases Pronto supports all databases provided by [Compose](https://compose.io). - MongoDB - Redis - PostgreSQL - Elasticsearch - RethinkDB - RabbitMQ - etcd - ScyllaDB - MySQL - Disque ## License MIT © [Vadim Demedes](https://github.com/vadimdemedes)