#SQL
7 articles
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
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
Database
2024-04-01
Beginning SQL, 3rd Edition
Beginning SQL, 3rd Edition
#DB#SQL#Book Review
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
Database
2024-04-01
SQL Anti-Patterns
SQL Anti-Patterns
#DB#SQL#Book Review
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
Database
2019-07-16
SQL for Generating Test Data in MySQL
A note on generating test data using only MySQL.
#MySQL#SQL#Cross Join