See also:
Service | Type | Storage | Limitations |
---|---|---|---|
Amazon DynamoDB | 25 GB | ||
Amazon RDS | |||
Azure SQL Database | MS SQL Server | ||
👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
See also:
Service | Type | Storage | Limitations |
---|---|---|---|
Amazon DynamoDB | 25 GB | ||
Amazon RDS | |||
Azure SQL Database | MS SQL Server | ||
👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
CHANGE LEGEND: (you MUST replace these in the service file)
sudo mkdir /mnt/rclonecache
sudo chown -R USERNAME:USERNAME /mnt/rclonecache
/* | |
* Dice is a tiny JS object that makes it possible to roll | |
* cryptographically safe RPG style dice. | |
* | |
* Examples: | |
* Dice.d6(); | |
* Dice.d8.times(3); | |
* Dice.roll("2d6 + 2d10 + 2"); | |
* |