[ANN] [Release] Neptuno, the DBXBrowser

classic Classic list List threaded Threaded
2 messages Options
Guillermo Polito Guillermo Polito
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[ANN] [Release] Neptuno, the DBXBrowser

Hi!

We are glad to announce the first stable release of the DBXBrowser, named Neptuno, the last piece in the DBXTalk tools project sponsored by ESUG.

What is this browser? It is a Glamour based browser which works as a GUI to work with OpenDBX connections.

How does it look like?
I attach a screenshot with a brief look :)

Which databases does it work with? It is currently working with OpenDBX connectors for:
 - mysql
 - postgresql
 - oracle
 - sqlite

How should I download it?
  I'd like to link to the site here, but it's currently down (and we are working for your happiness :D ), so:

Gofer it
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfDBXBrowser';
    load.

 
(((Smalltalk at: #ConfigurationOfDBXTools)
    perform: #project)
        perform: #version: with: #stable)
            load: 'Neptuno'

How should I contact the DBXTalk team for feedback, bug reports, questions, or whatever?

The project's mailing list:  [hidden email]
The project's issue tracker: http://code.google.com/p/dbxtalk/issues
The (currently down) site, with docs and stuff: http://dbxtalk.smallworks.com.ar/


Thanks!
The DBXTalk team

completeBrowser.png (104K) Download Attachment
Tudor Girba-2 Tudor Girba-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [Esug-list] [ANN] [Release] Neptuno, the DBXBrowser

Excellent work!

Doru


On 11 Jan 2012, at 18:19, Guillermo Polito wrote:

> Hi!
>
> We are glad to announce the first stable release of the DBXBrowser, named Neptuno, the last piece in the DBXTalk tools project sponsored by ESUG.
>
> What is this browser? It is a Glamour based browser which works as a GUI to work with OpenDBX connections.
>
> How does it look like? I attach a screenshot with a brief look :)
>
> Which databases does it work with? It is currently working with OpenDBX connectors for:
>  - mysql
>  - postgresql
>  - oracle
>  - sqlite
>
> How should I download it?  I'd like to link to the site here, but it's currently down (and we are working for your happiness :D ), so:
>
> Gofer it
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfDBXBrowser';
>     load.
>
>  
> (((Smalltalk at: #ConfigurationOfDBXTools)
>     perform: #project)
>         perform: #version: with: #stable)
>             load: 'Neptuno'
>
> How should I contact the DBXTalk team for feedback, bug reports, questions, or whatever?
>
> The project's mailing list:  [hidden email]
> The project's issue tracker: http://code.google.com/p/dbxtalk/issues
> The (currently down) site, with docs and stuff: http://dbxtalk.smallworks.com.ar/
>
>
> Thanks!
> The DBXTalk team
> <completeBrowser.png>_______________________________________________
> Esug-list mailing list
> [hidden email]
> http://lists.esug.org/mailman/listinfo/esug-list_lists.esug.org

--
www.tudorgirba.com

"Quality cannot be an afterthought."


Loading...