On 2017-06-08 09:32, Michael Reiland wrote:
A few questions:
- Is vibe.d the recommended way of doing web work?
Yes.
- Is that book worth purchasing?
Yes.
- Does D have a good library for accessing Postgres? I see several
listed but I don't know what the most stable would be for production:
https://wiki.dlang.org/Libraries_and_Frameworks#Databases
I recommend ddb [1], it's compatible with vibe.d.
- Why is D a better solution than Go or .Net Core?
D is a very flexible and powerful language that doesn't force you to
program in a particular style. In my opinion Go is that that good a
creating abstractions.
[1] http://code.dlang.org/packages/ddb
--
/Jacob Carlborg