learning_go/testing/go-code-samples/go-db-comparison/README.md
2025-12-20 17:00:05 +03:00

5 lines
319 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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](https://blog.jetbrains.com/go/2023/04/27/comparing-db-packages/).