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) |
| { | |
| "UF": [ | |
| {"nome": "Acre", "sigla": "AC"}, | |
| {"nome": "Alagoas", "sigla": "AL"}, | |
| {"nome": "Amapá", "sigla": "AP"}, | |
| {"nome": "Amazonas", "sigla": "AM"}, | |
| {"nome": "Bahia", "sigla": "BA"}, | |
| {"nome": "Ceará", "sigla": "CE"}, | |
| {"nome": "Distrito Federal", "sigla": "DF"}, | |
| {"nome": "Espírito Santo", "sigla": "ES"}, |
| import java.sql.*; | |
| import java.util.logging.*; | |
| import javafx.application.Application; | |
| import javafx.collections.*; | |
| import javafx.event.ActionEvent; | |
| import javafx.event.EventHandler; | |
| import javafx.scene.Scene; | |
| import javafx.scene.control.*; | |
| import javafx.scene.layout.*; | |
| import javafx.stage.Stage; |