CodSpeedHQ
go-gin-benchmarks-example
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
ci: bump CodSpeedHQ/action to v5 v5.0.0 is out, and this workflow is what readers copy from. Refs COD-3244 Co-Authored-By: Claude <noreply@anthropic.com>
cod-3244-bump-action-v5
17 days ago
chore: add a license
main
10 months ago
chore: add a license
main
11 months ago
feat: add README
main
11 months ago
Replace in-memory database with SQLite - Add SQLite driver dependency (github.com/mattn/go-sqlite3) - Create initDB() function to initialize SQLite database with schema - Update all API handlers to use SQL queries instead of in-memory slice - Seed database with initial album data on first run - Update benchmark setup to initialize database for testing - Database file: albums.db stores persistent album data 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
feature/sqlite-database
11 months ago
Replace in-memory database with SQLite - Add SQLite driver dependency (github.com/mattn/go-sqlite3) - Create initDB() function to initialize SQLite database with schema - Update all API handlers to use SQL queries instead of in-memory slice - Seed database with initial album data on first run - Update benchmark setup to initialize database for testing - Database file: albums.db stores persistent album data 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
feature/sqlite-database
11 months ago
Replace in-memory database with SQLite - Add SQLite driver dependency (github.com/mattn/go-sqlite3) - Create initDB() function to initialize SQLite database with schema - Update all API handlers to use SQL queries instead of in-memory slice - Seed database with initial album data on first run - Update benchmark setup to initialize database for testing - Database file: albums.db stores persistent album data 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
feature/sqlite-database
11 months ago
Replace in-memory database with Turso (libSQL) - Add Turso libSQL client dependency (github.com/tursodatabase/libsql-client-go) - Add SQLite driver for local file support (github.com/mattn/go-sqlite3) - Replace in-memory slice with libSQL database connection - Support both local file and remote Turso database via environment variables - Update all API handlers to use SQL queries instead of in-memory operations - Maintain backward compatibility with existing API endpoints - Database file: albums.db stores persistent album data locally Environment variables: - TURSO_DATABASE_URL: Database URL (defaults to file:./albums.db) - TURSO_AUTH_TOKEN: Authentication token for remote Turso database (optional) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
feature/turso-integration
11 months ago
Latest Branches
CodSpeed Performance Gauge
N/A
ci: bump CodSpeedHQ/action to v5
#3
17 days ago
2a948dd
cod-3244-bump-action-v5
CodSpeed Performance Gauge
-86%
Replace in-memory database with SQLite
#1
11 months ago
3c7d0e9
feature/sqlite-database
CodSpeed Performance Gauge
-99%
Replace in-memory database with Turso (libSQL)
#2
11 months ago
a87b887
feature/turso-integration
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs