Skip to content

Releases: Helgart/stock-persistence

v0.0.1: Add PostgreSQL support to stock-persistence module

04 Apr 07:56
Compare
Choose a tag to compare
This commit introduces PostgreSQL support to the stock-persistence module, enables database connection testing and handles connection errors. New Go files added under the infrastructure/database and database/postgres directories implement the database functionality. The module now depends on the lib/pq PostgreSQL driver and the go-sqlmock library for mocking SQL queries during testing.