Using DbVisualizer

DbVisualizer is a graphical SQL Development tool that fully supports NuoDB databases right out of the box. This documentation is not meant to be a full user guide for DbVisualizer. It is designed to help you get started with NuoDB and using DbVisualizer. See the DbVisualizer website for more information about DbVisualizer. The examples below use the SQL QuickStart database running on an Amazon EC2 instance.

  1. Create a NuoDB database connection in DbVisualizer by selecting the New Connection Wizard option.

    dbvis new conn wizard
    Choose NuoDB from the pulldown list of DbVisualizer available drivers and click the Next > button:

  2. Enter your NuoDB connection parameters for your database: Database Userid, Database Password, Database Server, Database Port, and Database name. NOTE: Enter 48004 for the Database Port value.

    dbvis conn parameters

  3. Click Ping Server to check your connection.

    dbvis ping server
    Click OK and then Finish.

That’s it. If you have not already set up a database, you can install the sample Hockey database and navigate to the HOCKEY schema, for example, as you would do with any other database in DbVisualizer.

+ dbvis hockey