citusdata/pg_shard

Support prepared statements

jasonmp85 opened this issue · 2 comments

Now that we've addressed this in CitusDB, we want to get it into pg_shard as well. We know how to do prepared statements for queries, but pg_shard must support modifications as well. Adding this support will remove a ton of friction from database adapters (such as Psycopg in Python, pg in Ruby, or the JDBC adapters in Java).