GoLang Fiber + SQLx



GoLang Fiber + SQLx

GoLang Fiber + SQLx

The data layer is not the most exiting part of the backend, but its one of the most important. Today I’m going over some implementation details for using raw MySQL in a GoLang Fiber backend, using the SQLx package, as well as some of my thoughts.

JOIN THE DISCORD: https://discord.gg/TTq3sC4H
PROJECT GITHUB: https://github.com/bmdavis419/svelte-go-testing/tree/main/go-fiber-server
SQLX: http://jmoiron.github.io/sqlx/

my stuff
insiderviz: https://www.insiderviz.com
twitter: https://twitter.com/benjamin41902

#golang #programming #sql