On Wednesday, April 3, 2019 at 6:44:36 PM UTC+2, Shyaka Rene wrote:
>
>
> Hello.
> I'm new to go, i'm looking for a programming language to replace java. I 
> have simple questions
>
>    1. is it a good idea to deploy go in cloud server if go is compiled to 
>    machine binaries, what can happen if the cloud provider changes the 
>    physical server to different processor architecture.
>    
>
You should change cloud provider...
 

>
>    1. 
>    2. does go have embedded relational database management system similar 
>    to h2 in java. google gives me key/value pair embedded database
>    
>
The Go standard library has an SQL database interface:
https://golang.org/pkg/database/sql/

The only relational database implemented in Go I know is CockroachDB.
But see https://awesome-go.com/#database for more informations.


Manlio 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to