軟體下載 DbVisualizer 24.1

檔案名稱 dbvis_windows-x64_24_1.exe

DbVisualizer 24.1 軟體下載

軟體資訊
檔案版本 DbVisualizer 24.1

檔案名稱 dbvis_windows-x64_24_1.exe
檔案大小
更新日期 2024-01-09
  • 1
    版本確認
  • 2
    檔案準備中
  • 3
    檔案下載

軟體介紹 & 更新資訊

DbVisualizer 24.1
適用於 Windows 電腦的 Opera 64 位為您提供了瀏覽網頁的快速,高效和個性化的方式。它配備了一個流暢的界面,可自定義的快速撥號,發現功能,它可以幫助您找到新的網頁內容,數據保存 Opera Turbo 模式,可視化書籤,超過 1000 個擴展。在一個快速的瀏覽器上在網上做更多!您可以通過點擊免費下載按鈕,從我們的網站下載 Opera 離線安裝程序.State in sync輕鬆地從您... Opera (64-bit) 軟體介紹

What's new in this version:

- Introducing DbVisualizer 24.1. This new release comes with an all-new Code Editor, that has been completely overhauled and improved. It comes with improvements such as a better Find and Replace tool and a smarter Auto-complete function. We're also introducing Workspaces, a handy feature that makes switching between contexts and tasks simpler. You’ll also see updates to how you create new connections, how the master password behaves, performance improvements, better database support, and more.
- Version 24.1 is our first release of 2024, and we are excited for what’s yet to come. Our plan is to accelerate development even more this year, build on our progress from 2023, and invest even further in additional capabilities and reliability in 2024.

SQL Editor rebuilt from the ground up:
- We've completely overhauled the SQL editor in our latest update to be more user-friendly and efficient. This new version includes many improvements, both big and small, all aimed at giving you a great environment to work in.

Find and Replace:
- We've redesigned the Find and Replace functions for efficiency and ease of use. Now, you can seamlessly switch between searching and replacing text, choose to match by case or whole words, utilize regular expressions for complex searches, and easily navigate between matches. All of this is accessible through a straightforward, inline panel.

Auto-complete:
- The new SQL editor features a newly developed auto-completion engine designed to be smarter and more accurate than before. Among other things, it handles complex queries better and understands the difference in context between the inner and the outer parts of the query.
- The default shortcut to trigger the auto-complete feature in the editor is CTRL + SPACE.

Switch between multiple contexts using workspaces:
- The new release includes support for workspaces, a feature that allows you to switch effortlessly between different work contexts. Each workspace operates independently, complete with its own connections, drivers, scripts, and settings. This functionality makes it easy to manage distinct environments, projects, or client engagements. You have the flexibility to tailor each workspace to suit your specific requirements.
- Workspaces can be created and opened through the File -> Workspaces menu.

Create a connection from a database URL:
- We've introduced an additional method to create database connections, to simplify the setup process. Now, you can begin by entering your database URL, and DbVisualizer will automatically choose the matching drivers for you.

Streamlined handling of the master password:
- If security is a priority for you, you're likely already familiar with our master password feature. In this new release, we've refined the master password experience to make it more intuitive and less obtrusive. This enhancement allows you to maintain robust security without compromising on ease of use.

Performance and stability fixes:
Improved database read performance:
- We've reduced the need for roundtrips and are handling paging in a smarter way for BigQuery, SingleStore, Vertica, and Oracle databases. This results in better response times and less load on the database.

Additional syntaxes for multi-row inserts:
- We’ve added support for additional syntaxes for multi-row inserts that can be generated when exporting table data. Using multi-row inserts is essential to the performance when importing large data sets. This release extends the support for the default SQL-92 syntax to also include syntaxes specific to Oracle and Cassandra, as well as the generic union-based syntax.
- Multi-Row INSERT exports for tables in DbVisualizer

Smarter memory management:
- Memory used by scripts and result sets is released faster, making DbVisualizer more efficient when processing large result sets and working with complex scripts.

Improved database support:
Oracle:
- The Grant Privilege action has been added for materialized views, functions, and procedures in Oracle databases. With this addition, you can give privileges to database users to perform operations on the corresponding database object. To give privileges to several objects at once, select them in the database objects tree first.

Microsoft SQL Server:
- In the new release, default constraints are displayed alongside primary key, foreign key, unique and check constraints in the database objects tree for SQL Server. This allows for a more comprehensive view and easier navigation of the database schema.

SingleStore:
- Now, DbVisualizer includes the capability to display the DDL for pipelines in SingleStore. This allows users to view the underlying SQL statements that define the structure and configuration of pipelines in their database.

Vertica:
- Support for procedures in Vertica has been improved. Now it is possible to create stored procedures as well as external procedures in the GUI, and more information about existing procedures is shown both in the Procedures view and in the database objects tree.

Additional improvements across the board:
Navigation in the row form editor:
- We've added navigation buttons to the row form editor in DbVisualizer. This update makes it easier to move between rows within a full result set, while staying within the familiar interface of the row form editor. This enhancement streamlines the process of reviewing and editing data, providing a more seamless and efficient user experience.

Adjust window sizes to the selected application font:
- As you adjust the font size within the application, the windows will automatically resize to match, ensuring a consistent and optimal viewing experience. This feature not only improves readability but also provides a more comfortable and adaptable user interface, catering to various screen sizes and user preferences.

Security updates:
- We keep strengthening our security infrastructure by upgrading to the latest version of the Java platform and updating third-party dependencies. This approach to maintaining up-to-date software components is a key part of our commitment to providing a secure environment for our users. DbVisualizer now comes bundled with Java 17.0.9.

DbVisualizer 24.1 相關參考資料
Creating a Table - DbVisualizer 24.1 User Guide

2024年1月7日 — To create a new table: Expand nodes in the tree under the connection node in the Databases tab tree until you reach the Tables node,; Select the ...

https://confluence.dbvis.com

Creating Queries Graphically - DbVisualizer 24.1 User Guide

2024年1月7日 — To create a query, open the query builder using the SQL Commander->Show Query Builder menu choice or click the vertical Query Builder button in ...

https://confluence.dbvis.com

DbVisualizer 24.1 User Guide

2024年1月7日 — Getting Started · Downloading · Getting the Most Out of the GUI · Main Window Layout · Managing Database Objects · Opening a Database Object.

https://confluence.dbvis.com

Download DbVisualizer SQL client - For Windows, macOS ...

Download the latest DbVisualizer version here, with installers for Windows, macOS, Linux or Unix.

https://www.dbvis.com

Installing a JDBC Driver - DbVisualizer 24.1 User Guide

2024年1月7日 — This page describes the way JDBC drivers are managed in DbVisualizer. If a JDBC driver for your database is bundled with DbVisualizer, ...

https://confluence.dbvis.com

Release notes

24.1.2 - Released 2024-02-12 · Area Details · Auto-Completion Pressing the tab key in SQL Commander gives an error in DbVisualizer Free · Auto-Completion

https://www.dbvis.com

Release Notes List

DbVisualizer 24.1 - 24.1.2 2024-01-08 Release Notes ->. Previous versions. Version Date View. DbVisualizer 23.2 - 23.2.6 2023-08-15 Release Notes ...

https://www.dbvis.com

What's New in DbVisualizer 24.1

What's new · SQL Editor rebuilt from the ground up · Switch between multiple contexts using workspaces · Create a connection from a database URL · Streamlined ...

https://www.dbvis.com

_OnlyInPro - DbVisualizer 24.1 User Guide - ...

2024年1月7日 — DbVisualizer 24.1 User Guide · User Guide · Getting Started · Getting the Most Out of the GUI · Managing Database ...

https://confluence.dbvis.com

_OnlyInProUseSQL - DbVisualizer 24.1 ...

2024年1月7日 — DbVisualizer 24.1 User Guide · User Guide · Getting Started · Getting the Most Out of the GUI · Managing Database ...

https://confluence.dbvis.com