learning_go/go-code-samples/go-db-comparison
2025-12-20 10:21:45 +03:00
..
benchmarks Added plan of tests 2025-12-20 10:21:45 +03:00
examples Added plan of tests 2025-12-20 10:21:45 +03:00
go.mod Added plan of tests 2025-12-20 10:21:45 +03:00
go.sum Added plan of tests 2025-12-20 10:21:45 +03:00
README.md Added plan of tests 2025-12-20 10:21:45 +03:00

Comparing database/sql, GORM, sqlx, and sqlc

This article compares the database/sql package with 3 other Go packages, namely: sqlx, sqlc, and GORM. The comparison focuses on 3 areas features, ease of use, and performance.

Find the article here.