Query execution would be better encapsulated with a Statement wrapper #1

Closed
opened 2021-03-04 22:27:19 -08:00 by ben · 0 comments
Owner

Instead of cluttering the DatabaseWrapper with query execution logic, move that code to a statement wrapper. Statements can then be prepared and executed transparently from the perspective of the rest of the code.

Instead of cluttering the DatabaseWrapper with query execution logic, move that code to a statement wrapper. Statements can then be prepared and executed transparently from the perspective of the rest of the code.
ben closed this issue 2021-03-05 12:00:40 -08:00
ben referenced this issue from a commit 2021-03-05 12:02:39 -08:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: n0m/PawSQLite-Node-Adapter#1
No description provided.