
Why choose Square Cloud?
Managed PostgreSQL, MySQL, MongoDB and Redis instances, provisioned in a couple of clicks and reachable over an encrypted, certificate-authenticated connection. You get a production database without tuning a server, managing backups or paying for the bandwidth your app moves.NVMe-backed storage
Instances run on enterprise Samsung NVMe SSDs, where random-read latency dominates real-world query performance — so indexed lookups and write-heavy workloads stay fast.
Zero network fees
No ingress or egress charges. Read and write as much as your application needs without a metered-bandwidth bill — a cost that quietly dominates on most cloud providers.
Instant snapshots
One-click restore points included at no extra cost. Recover from a bad migration or accidental delete without leaving the dashboard.
Encrypted by default
Instances only accept SSL/TLS connections with Square Cloud-managed certificates. Plaintext connections are refused, so your data is encrypted in transit without any extra configuration.
Supported databases
We offer some databases already configured to connect and start using.PostgreSQL
MongoDB
MySQL
Redis
Versions
| SGBD | Version |
|---|---|
| PostgreSQL | 17.x.x |
| MySQL | 9.x.x |
| MongoDB | 8.x.x |
| Redis | 7.4.x |
How do I host my database?
Hosting your database with Square Cloud is simple and straightforward, you need an active Standard plan or higher and follow these steps:Create a new database instance
Go to the Databases page and click on the “Create Database” button.
Setting up your database instance
Select the database type you want to host and fill in the required information, such as the database name and RAM.
How do I connect to my database?
Our databases are configured to only allow secure connections with certificate. To connect to your brand new database, you need to follow these steps:Get the credentials and certificates
Get the credentials to connect to your database. You will need the host, port, username and password, which you can find in the URL and you will need the certificates.
Connect to your database with ssl/tls
Use the credentials and certificates to connect to your database using your preferred database client or library.
Make sure to use SSL/TLS for secure connections and use the certificates as CA, root certificate or client certificate and key certificate.
Make sure to use SSL/TLS for secure connections and use the certificates as CA, root certificate or client certificate and key certificate.
Normally you will need only the
.pem but some clients may require the .key and .cert files separately or .p12 file.
