Skip to content

Commit

Permalink
update pkg/db readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslopezf committed Aug 30, 2023
1 parent 1c6b20e commit 1300c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/zdb/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The `zdatabase` package serves as an abstraction layer for database interactions
- **Extensible**: Connector mechanism to add support for additional database types.
- **Robustness**: In-built logging and error-handling features.
- **Retry Mechanism**: Automatic retries for failed database connections.
- **zdb mock**: zdb mock for testing
- **Mocks**: Provides mock implementations for DBConnector and ZDatabase interfaces, making it straightforward to unit test the package components without setting up actual database connections

## Installation
\`\`\`bash
Expand Down

0 comments on commit 1300c87

Please sign in to comment.