Video description
Open source Go, the highly scalable programming language developed at Google, is the emerging language of the Cloud. It’s used in software systems where "scale big and run fast" is the daily mantra. Go practitioners are true DIY geeks, the guys and gals who make large scale software systems work and who, in their spare time (if they have any) watch baseball and know how to make beer.
Mark Bates on Go Database Frameworks and Tools is the second video in a series of programs that show you how to program using Go. In this video, Go expert Mark Bates takes you on a practical journey through several critical sections of Go functionality: Working with SQL, SQL Nulls, Radix, CSV and Bolt.
Bates, the founder and chief architect of Meta42 Labs in Boston, is a seasoned developer with the scars to prove it. His quest to learn Go, use Go, and teach Go aligns with that mission.
- Connect to SQL databases from a Go application, using the built-in database/SQL package
- Map results to structs using the 3rd party SQLX package
- Learn how to handle null database values
- Write custom types to handle null values and properly encode/decode them to and from JSON
- Talk to Redis using Radix
- Subscribe to Redis messages using Radix pubsub
- Read and write CSV files using the encoding/CSV package
- Discover Bolt, the embeddable key/value store in Go applications
- Use Bolt to iterate over keys and store complex data structures
- Practice techniques for fine grain control over opening and closing transactions
Mark Bates has written web applications since 1996; he now spends his days focusing on new application development and consulting for his clients.
Publisher resources
Table of contents
Product information
- Title: Mark Bates on Go Database Frameworks and Tools
- Author(s):
- Release date: August 2015
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491938287
You might also like
article
Run Llama-2 Models Locally with llama.cpp
Llama is Meta’s answer to the growing demand for LLMs. Unlike its well-known technological relative, ChatGPT, …
video
Create a Secrets Sharing Application and Client in Go
How do you use the flexible and powerful Go language to develop a web application for …
article
Use GitHub Copilot: Additional Tips
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …