内容简介:数据库管理工具 DBeaver 社区版 5.2.3 已发布,下载地址 >>> https://dbeaver.io/download。 可以看到,现在已使用 Eclipse 2018-09 作为默认平台,并添加了对 Java 11、Azure SQL 驱动的支持。还显著改进了对 AW...
数据库管理工具 DBeaver 社区版 5.2.3 已发布,下载地址 >>> https://dbeaver.io/download。
可以看到,现在已使用 Eclipse 2018-09 作为默认平台,并添加了对 Java 11、Azure SQL 驱动的支持。还显著改进了对 AWS Athena 的支持。此外,表重命名过程可通过表编辑器进行(MySQL, PG, Oracle, DB2)。
主要更新内容:
Object (tables, columns, etc) editor was redesigned
Statistics/misc tab was added to object editors
Data transfer supports document-oriented databases now
Table rename procedure is available from the table editor (MySQL, PG, Oracle, DB2)
Long operations canceling was fixed
“Tip of the day” popup was added
Java 11 support was added
Azure SQL driver was added
AWS Athena support was significantly improved
AWS Redshift:
Spectrum and external tables support was added
Columns and foreign keys metadata reading was fixed
Cockroach: foreign keys reading was fixed (for ERD)
Vertica: performance for data reading from big tables was improved
PostgreSQL: support transactions in tools (Truncate and others) was added
Oracle: TIMESTAMPTZ and TIMESTAMPLTZ data types support was fixed
Greenplum: session manager was added
SQL Server: sequences info reading was fixed
Clickhouse: GROUP BY/ORDER BY functions in grouping panel were fixed
Eclipse 2018-09 is now the default platform.
Extra command line parameters were added
German and Russian localizations were significantly improved
A lot of minor UI fixes
DBeaver 是一个通用的数据库管理 工具 和 SQL 客户端,支持 MySQL, PostgreSQL, Oracle, DB2, MSSQL, Sybase, Mimer, HSQLDB, Derby, 以及其他兼容 JDBC 的数据库。
DBeaver 提供一个图形界面用来查看数据库结构、执行 SQL 查询和脚本,浏览和导出数据,处理 BLOB/CLOB 数据,修改数据库结构等等。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- DBeaver 4.2.6 发布,数据库管理工具
- DBeaver 4.3.1 发布,数据库管理工具
- DBeaver 4.3.2 发布,数据库管理工具
- DBeaver 4.3.3 发布,数据库管理工具
- DBeaver 4.3.4 发布,数据库管理工具
- DBeaver 4.3.5 发布,数据库管理工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
学习JavaScript数据结构与算法(第2版)
[巴西] Loiane Groner / 邓 钢、孙晓博、吴 双、陈 迪、袁 源 / 人民邮电出版社 / 2017-9 / 49.00元
本书首先介绍了JavaScript 语言的基础知识以及ES6 和ES7 中引入的新功能,接下来讨论了数组、栈、队列、链表、集合、字典、散列表、树、图等数据结构,之后探讨了各种排序和搜索算法,包括冒泡排序、选择排序、插入排序、归并排序、快速排序、堆排序、计数排序、桶排序、基数排序、顺序搜索、二分搜索,然后介绍了动态规划和贪心算法等常用的高级算法以及函数式编程,最后还介绍了如何计算算法的复杂度。一起来看看 《学习JavaScript数据结构与算法(第2版)》 这本书的介绍吧!