geaphical query designer

Поиск
Список
Период
Сортировка
От Gevik Babakhani
Тема geaphical query designer
Дата
Msg-id 1173475222.19370.20.camel@voyager.truesoftware.net
обсуждение исходный текст
Ответы Re: geaphical query designer  (Dave Page <dpage@postgresql.org>)
Список pgadmin-hackers
Hi Folks,

I would like to to give a try to implement a graphical query designer in
PGAdmin. I know it won't be easy hence I am new to the PGAdmin source
and wxWidgets...

I would like to know your opinion about the following plan:

The designer module would consist of two main parts

1. The graphical part that is mainly going to be wxWidgets magic for
dragging/dropping and drawing.

2. The second part would be an SQL parser that will be used to parse SQL
to an object model to draw the graphical part and to generate SQL from
that object model.

I guess the second part would contain most of the work. I hope I can
reuse the yacc/lex grammar from PG to help build this part. The question
is whether the code generated by yacc/lex can be used within PGAdmin
codebase.

Any suggestions?

Regards,
Gevik




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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r6013 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/frm pgadmin/include/dlg pgadmin/schema pgadmin/slony pgadmin/utils
Следующее
От: Dave Page
Дата:
Сообщение: Re: geaphical query designer