cc "maco" young
cc "maco" young
I do not see support for prepared statements. seems like `query( String query, List params )` would be appropriate, as versus `query( String query, Map params )` for regular query.
in postgresql, the fastest way (by far) to insert rows is through `copy`. for larger datasets, this is even faster than `prepared statements` due to, if nothing else, communication and...
creating new `addToSession()`, but wish to call the original `addToSession()` from the newly created step. how do I make that call? btw, really like your overall design.
Promises work great on regular `pg`. however, in `pg-native`, a resolve from a `connect` works fine, but resolve from `query` for some reason does not work at all. here is...