Presentation¶

DBeaver is free universal SQL client/database tool for developers and database administrators. DBeaver is able to connect to H2GIS database which is the one used.

Download dBeaver¶

You can download dBeaver on the webpage

  • DBeaver is a free, universal SQL client that can connect to numerous types of databases-one of which is MySQL. I want to show you how to install and use DBeaver to connect to your remote MySQL.
  • DBeaver (snap) won't let me export/import databases. dbeaver hot 51 Oracle: Can't download drivers after update to 7.0.1 hot 51 Reference to database and/or server name in 'KIOSK.sys.schemas' is not supported in this version of SQL Server hot 50.

Connect dBeaver to your database¶

DBeaver is a universal database management tool for everyone who needs to work with data in a professional way. With DBeaver you are able to manipulate with your data like in a regular spreadsheet, create analytical reports based on records from different data sources, export information in an appropriate format.

Note

Be sure that the geoserver is closed. It is not possible to connect dBeaver and GeoServer at the same time.

  1. Run dBeaver
  2. Add a new connection
  3. If you use a h2gis type databse please select ‘H2GIS embedded’
  4. Browse your database. By default it is in Geoserverdata_dir and the name is h2gisdb.mv.db
  5. Open it !

Use dBeaver¶

Now you can use the full potential of dBeaver and the h2gis database. You can explore, display and manage your database.

Many spatial processing are possible with H2GIS. Please see the H2GIS website.

Connect dBeaver to NoiseModelling libraries¶

You have to load the NoiseModelling library using the grab annotation at the beginning of its script as here.

Dbeaver database client homework

Dbeaver Database Client Home Page

major
- Data transfer:
- REPLACE/UPSERT support was added in SQL export format
- Target format selector was fixed (Linux)
- Bug in dump/restore credentials save was fixed
- Data viewer:
- Contrast color now used as foreground color
- Bug with results fetch size disable was fixed
- Preference pages structure was re-organized (get rid of Eclipse legacy)
- Database navigator:
- SQL editor context menu was enhanced
- 'Link wit editor' command was fixed for SQL scripts
- Problem with empty/redundant tooltips was fixed
- SQL editor: active query cancel on editor close
- ER diagrams: table comments loader was fixed
- Sample database now can be created from the main menu
- Transaction deadlocks viewer was fixed
- PostgreSQL:
- Data type handler detection was fixed (uuid, name and other types)
- Array editor was fixed (proper array item type discover).
- Oracle:
- Oracle 8 support was fixed (metadata read queries)
- Ref cursors support was added
- Multi-row INSERT support was added (for export in SQL format)
- View and materialized view DDL was fixed (comments)
- MySQL:
- Dump/restore credentials override option was added
- 'Disable foreign key checks' option was added in database restore wizard
- SQL Server: national charsets support was added for table/column comments
- Informix: check constraints read was added
- Hive: LIMIT clause support was added
- Intersystems IRIS driver was added
- Number of minor bugs were fixed
[ DBeaver release history ]