Update Lua Interface to PostgreSQL

Поиск
Список
Период
Сортировка
От Marc Balmer
Тема Update Lua Interface to PostgreSQL
Дата
Msg-id 505B09B4.5070504@msys.ch
обсуждение исходный текст
Список pgsql-announce
I you use Lua to access PostgreSQL databases, you might be interested
that I just updated my interface module.  It now covers most of the
functionality found in libpq.  Especially I added support for

- prepared queries (prepare, execPrepared)
- parametrized queries (execParams)
- asynchronous execution (sendQuery etc.)
- large objects
- a lot of control and miscellaneous functions found in libpq

The module can be found on github at
https://github.com/mbalmer/luapgsql

Let me know if there is something missing (obviously proper
documentation is missing, that shall follow one day, though).

Comments welcome...

- Marc Balmer

btw:  See you in Prague at PGConf.EU!


В списке pgsql-announce по дате отправления:

Предыдущее
От: Boris Kolpackov
Дата:
Сообщение: ODB C++ ORM 2.1.0 released, tested with PostgreSQL 9.2
Следующее
От: Miroslav Šulc
Дата:
Сообщение: Another PostgreSQL Diff Tool 2.4 released!