L
L
ldmitriy2020-05-02 14:44:59
go
ldmitriy, 2020-05-02 14:44:59

What web applications are written in Golang?

Will it be reasonable to choose him for writing a Web app to work with such DBMS as Oracle/Mysql/PostgreSQL?
There will not be many requests, Golang is chosen for the sake of interest to look at this beast. What pitfalls await me (after PHP/Python)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Mirilaczvili, 2020-05-02
@2ord

Worth a try, because. easy to learn.
List of supported SQL drivers

A
Alexander Pavlyuk, 2020-05-02
@pav5000

There will be no problems with database support.
For the sake of interest, you can take.
Pitfalls will be mainly due to the fact that go is much more low-level than php and python. Plus, it's compilable and strongly statically typed. The main problem with those who migrate from scripting languages ​​is usually that they try to write in Go in the same way as they wrote in python or php. It doesn't work that way, you have to understand and accept a different programming style.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question