Thoughts #5
Labels
No Label
Dev Ready
Issue Not Ready
Tech Debt
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: simplesystems/simple-sql#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Could simplesql be a generator to replace code with prepared statements? This keeps the sql local to the use, but also takes advantage of prepared statements.
To support dynamically typed SQL, each statement could be prepared and stored in a cache after success. The cache could be keyed on the hash of the statement. This is particularly useful while needing to query an unknown set of fields.