PostgreSQL table data structure generator...

Поиск
Список
Период
Сортировка
От Marzullo Laurent
Тема PostgreSQL table data structure generator...
Дата
Msg-id 37CBDEA7.14902FBC@sema.be
обсуждение исходный текст
Ответы Re: [GENERAL] PostgreSQL table data structure generator...  (Howie <caffeine@toodarkpark.org>)
Список pgsql-general
Hello again,

I propose myself for developping a prog to generate C Source
code for table structure for a Postgres Table.

If someone have something to say about it (features wanted, new
langage, etc) (s)he's welcome. And if someone have already done
it, please stop me now.

Aim of the project:

  Generate C/C++ Data structure for a set of table from a PostgreSQL dB.
  The C data structure will be :
    Struct or Class containing all the column of the table.


--
+----------------------------------+
| Marzullo Laurent                 |
| Analyste-programmeur             |
| SEMA-GROUP Belgium S.A.          |
| Tél: (32) 2 333 52 43            |
| e-mail: Laurent.Marzullo@sema.be |
+----------------------------------+

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

Предыдущее
От: José Soares
Дата:
Сообщение: Re: [GENERAL] Referential integrity
Следующее
От: "amy cheng"
Дата:
Сообщение: do delete/insert instead of update if name changes