pixelspark / catena

Catena is a distributed database based on a blockchain, accessible using SQL.
MIT License
302 stars 23 forks source link

Support prepared statements (PQ) #97

Closed pixelspark closed 6 years ago

pixelspark commented 6 years ago

Support prepared statements over the Postgres wire interface.

More details: https://www.pgcon.org/2014/schedule/attachments/330_postgres-for-the-wire.pdf

At this point it would also make sense to put the query server in a separate package so others can benefit as well.