Open source PostgreSQL type parsers in PHP?

Поиск
Список
Период
Сортировка
От Dmitry Koterov
Тема Open source PostgreSQL type parsers in PHP?
Дата
Msg-id d7df81620808171103y5e0508e1p67d5c341dbace6e8@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Oleg Vasylenko
Дата:
Сообщение: Re: How to execute 'set session role' from plpgsql function?
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Delete across 5 Joined tables