PDA

View Full Version : SQL Explorer



mazzolini
12 Aug 2007, 11:09 PM
I'm working on a SQL Explorer. It's a java web app.
The GUI is made with Ext 1.1

seymores
12 Aug 2007, 11:17 PM
Beautiful. =D>
Is it available as open source like SQuirel SQL?

mazzolini
12 Aug 2007, 11:21 PM
It's not yet available as open source. But I'm thinking about releasing it (as GPL). It will takes some weeks before the code is good enough.

P.S.The server side code is based on Squirrel

prophet
13 Aug 2007, 12:30 PM
Looks nice buddy! Be sure to tell us when you release it.

Foggy
13 Aug 2007, 4:23 PM
That looks just great :)
By PHPMyAdmin ;)

6epcepk
15 Aug 2007, 3:31 AM
Is there "Charts of tables and their relations"?

totl
15 Aug 2007, 6:48 AM
amazing!

mazzolini
15 Aug 2007, 10:03 PM
"Charts of tables and their relations" is not there yet.
In the meantime look at another screenshot.

FreeGroup
23 Aug 2007, 2:20 PM
Hi,

maybe you can use Open-jACOB Draw2D to handle the relations and the diagram.
Example of ExtJS and Draw2D application:

http://www.openjacob.org/draw2d/single/YahooUI_integration/index.html
http://tarragon-net.de:8200/jacob/application/digisim/0.1/circuit/show.jsp?pkey=255


greetings

Andreas

xantus
23 Aug 2007, 3:15 PM
That's friggen hot

steffenk
25 Aug 2007, 3:33 AM
Hi mazzolini,

it looks really great. I like to do simular with php.
I would like to know how you make the syntax highlight in SQL-box, any advice ?

Bharani
26 Aug 2007, 8:40 PM
have a look at http://codepress.org/

mazzolini
27 Aug 2007, 4:24 AM
Yes, I'm using codepress for syntax highlight.
I hope to open source this app before the end of september.