datafly
datafly copied to clipboard
Allows connection as a keyword argument to retrieve-one, retrieve-all, and execute.
I found this feature useful for one of my school projects, where I want to have different parts of my code accessing different databases. I just added the keyword argument to retrieve-one, retrieve-all, and execute, since they don't already have &optional parameters.