Thoughts #5

Open
opened 2023-10-13 03:21:14 +00:00 by jeff · 0 comments
Owner

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.

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.
Sign in to join this conversation.
No Milestone
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: simplesystems/simple-sql#5
No description provided.