You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PostgreSQL comparison with Npgsql.EntityFrameworkCore.PostgreSQL
This commit adds PostgreSQL support to the comparison benchmarks alongside
SQLite and Doublets. The implementation includes:
- Added Npgsql.EntityFrameworkCore.PostgreSQL package dependency
- Created PostgreSQL namespace with PostgreSQLDbContext and PostgreSQLTestRun
- Updated benchmark configuration to include PostgreSQL benchmarks
- Updated Program.cs to include PostgreSQL in manual comparisons
- Upgraded target framework to .NET 7.0 for compatibility
The PostgreSQL implementation follows the same patterns as the SQLite
implementation, allowing for consistent performance comparisons across
all three data storage approaches.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments