Caleb Cushing
Caleb Cushing
ugh, pure esm... currently the bane of my existence, was looking forward to using this, but currently seems like it won't be usable.
well my thought would be just to use DBI's functionality, but glancing over your code you are using the underlying DBD's directly and I'm not sure why. Why is DBI's...
they may have been added later but they're still useful, the thing is I'll have to turn autocommit off and manually handle the transactions. I think begin_work may be optional,...
I'm getting the feeling that allowing an interface that allows me to have an interface similar to `->begin` `->commit` isn't going to work. I don't really care if it passes...
out of curiousity? because I've never really turned autocommit off... but it appears by DBI's doc if it's off you have to call `commit`. How does ::Connector handle autocommit off...
I'm not using ESM, but I have the same problem because I don't want magic imports.
`alias dust="dust -r"` and you could then use `\dust` to not use it, for posix shell only
I mean with Shell you can have global configurations... Unless you're trying to switch between batch, power shell and a posix shell. And obviously shell scripts, at least posix shell...
+1 to this please, I'm having a hell of a time debugging a `sed --regexp-extended` and the same pattern is fine in the provided languages.
I like the `skipKeys` option for typed reasons, it might be less generic, but it could allow for better typing, for example it could allow only the valid keys of...