vadimdemedes / pronto
- суббота, 12 августа 2017 г. в 03:13:08
⚡ The now.sh experience for databases
⚡ Pronto is a working concept for deploying databases, the same way Now by ZEIT 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, saving certificate to the current directory and providing you a set of credentials.
$ npm install --global vadimdemedes/pronto
$ pronto
Pronto supports all databases provided by Compose.
MIT © Vadim Demedes