Introduces a new function to compile SQL and bind the data
0.2.0
Introduces new functions allowing executing and fetching in the same session. In some special cases, the query planner incorrectly estimates the cost, and choose a bad fetch plan. By changing the cost setting in the session, we can guide the query planner to choose a good fetch plan.
0.1.7
Commits after the `fetch()` methods (to do something like `INSERT INTO table (foo) VALUES ('foo') RETURNING id;`)