Open source PostgreSQL type parsers in PHP? - Mailing list pgsql-general

From Dmitry Koterov
Subject Open source PostgreSQL type parsers in PHP?
Date
Msg-id d7df81620808171103y5e0508e1p67d5c341dbace6e8@mail.gmail.com
Whole thread Raw
List pgsql-general
Hello.

Is there any open source and well-tested PHP libraries to parse and build the following PostgreSQL data types?

- arrays (including N-dimensional): {a,b,c}
- hstore: "a=>b, c=>d"
- ROW: ("a","b","(""c"",""d"")")

E.g. I have some PHP variable and want to build corresponding PostgreSQL value.
Or, I have fetched a PostgreSQL value as a string and want to parse it into PHP variable.

pgsql-general by date:

Previous
From: Oleg Vasylenko
Date:
Subject: Re: How to execute 'set session role' from plpgsql function?
Next
From: Raymond O'Donnell
Date:
Subject: Re: Delete across 5 Joined tables