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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.