#SQL

7 articles

What is sqlc? A Practical Introduction to Type-Safe SQL in Go
Database 2026-06-24

What is sqlc? A Practical Introduction to Type-Safe SQL in Go

Learn what sqlc is and how it generates type-safe Go code from SQL. A hands-on introduction using SQLite that covers the schema-to-code workflow, the benefits, and common pitfalls.

#Golang#sqlc#SQL#SQLite#Code Generation
A Comprehensive Guide to Database Design: For Those Who Don’t Want to Stop at Beginner Level
Database 2024-04-11

A Comprehensive Guide to Database Design: For Those Who Don’t Want to Stop at Beginner Level

A Comprehensive Guide to Database Design: For Those Who Don’t Want to Stop at Beginner Level

#DB#SQL#Book Review
Beginning SQL, 3rd Edition
Database 2024-04-01

Beginning SQL, 3rd Edition

Beginning SQL, 3rd Edition

#DB#SQL#Book Review
Practical Introduction to Databases: Efficient SQL through the Relational Model
Database 2024-04-01

Practical Introduction to Databases: Efficient SQL through the Relational Model

Practical Introduction to Databases: Efficient SQL through the Relational Model

#DB#SQL#Book Review
SQL Anti-Patterns
Database 2024-04-01

SQL Anti-Patterns

SQL Anti-Patterns

#DB#SQL#Book Review
Mastering SQL: A Comprehensive Guide for Advanced Beginners, 2nd Edition
Database 2024-04-01

Mastering SQL: A Comprehensive Guide for Advanced Beginners, 2nd Edition

Mastering SQL: A Comprehensive Guide for Advanced Beginners, 2nd Edition

#DB#SQL#Book Review
SQL for Generating Test Data in MySQL
Database 2019-07-16

SQL for Generating Test Data in MySQL

A note on generating test data using only MySQL.

#MySQL#SQL#Cross Join