Commit 2f555b6
committed
Abstract
Introduced `QueryBuilder` and `Client` interfaces to enable an interface-first design, promoting greater abstraction, testability, and flexibility. Updated methods like `Transaction` and `Query` to use these interfaces, removed redundant `QueryBuilder` code, and improved lifecycle management for dependency injection compatibility. Enhanced documentation to reflect these changes.QueryBuilder and Client into interfaces and refactor MariaDB package accordingly1 parent 6ff2d56 commit 2f555b6
3 files changed
Lines changed: 318 additions & 2195 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments