PostgresV3 with parameter binding

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

PostgresV3 with parameter binding

Pierce Ng-3
Hi all,

I've modified PostgresV3 to do parameter binding, i.e., parsing SQL and
binding/executing with data are performed in separate protocol steps.
I've add a simple client API with some examples demonstrating usage. The
examples require a PostgreSQL server loaded with the Sakila database.
Instructions on bringing the database up and running the examples are in
my blog post:

  https://www.samadhiweb.com/blog/2018.12.25.postgresv3.html

Season's greetings!

Pierce





Reply | Threaded
Open this post in threaded view
|

Re: PostgresV3 with parameter binding

Esteban A. Maringolo
Excellent, thank your for this.

Esteban A. Maringolo

El mar., 25 dic. 2018 a las 5:16, Pierce Ng (<[hidden email]>) escribió:

>
> Hi all,
>
> I've modified PostgresV3 to do parameter binding, i.e., parsing SQL and
> binding/executing with data are performed in separate protocol steps.
> I've add a simple client API with some examples demonstrating usage. The
> examples require a PostgreSQL server loaded with the Sakila database.
> Instructions on bringing the database up and running the examples are in
> my blog post:
>
>   https://www.samadhiweb.com/blog/2018.12.25.postgresv3.html
>
> Season's greetings!
>
> Pierce
>
>
>
>
>