> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/desktop/keeperdb/keeperdb-2.5.1.md).

# KeeperDB 2.5.1

Released on Sept 10, 2026

### What is KeeperDB

**KeeperDB** is a fast, secure, cross-platform database management tool. Use it inside KeeperPAM connections or as a standalone desktop app on Windows, macOS, and Linux.

{% embed url="<https://vimeo.com/1220632470?share=copy&fl=sv&fe=ci>" %}

Query, explore, and operate PostgreSQL, MySQL, SQLite, Microsoft SQL Server, Oracle, Amazon Redshift, MongoDB, and Amazon DynamoDB from one interface.

KeeperDB is built for engineers and data scientists. It replaces legacy tools like DBeaver, MySQL Workbench, and pgAdmin. In KeeperPAM, it brings core database workflows into a fully managed passwordless experience.

Quick Links: [Product Documentation](https://docs.keeper.io/keeperpam/privileged-access-manager/keeperdb) | [Download Now](https://www.keepersecurity.com/features/keeper-db/)

### Version 2.5.1 Summary

KeeperDB 2.5.1 is a maintenance release. Amazon DynamoDB and MongoDB are now available when opening an additional connection, Microsoft SQL Server adds a legacy Entra ID username/password sign-in option alongside the existing token-based sign-in, and saved connections can be modified via settings now. The rest is driver fixes and stability work across multiple simultaneous connections.

{% hint style="info" %}
KeeperDB 2.5.1 is available standalone, and built into the upcoming Keeper Gateway release.
{% endhint %}

#### New Connection Types

Amazon DynamoDB and MongoDB can now be opened from the "Open Another Connection" picker, alongside your existing connections.

<figure><img src="https://1549319098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSGErxSfzX6xZALob42%2Fuploads%2F1cWwcGlWm5qVG5iSBTXF%2Fimage.png?alt=media&amp;token=e7acca87-2887-49ef-abd4-38183e001723" alt=""><figcaption></figcaption></figure>

#### MSSQL Sign-In Improvements

* Sign in to Azure SQL and SQL Server with an Entra ID username and password (Entra Legacy OAuth \[ROPC]), alongside the existing token-based Entra sign-in
* Windows-style usernames (`DOMAIN\user`) are now detected automatically, so Windows authentication (NTLM) is selected without an extra step

#### Modify Saved Connection Details

Connection details can now be updated from Settings.

#### Driver and Stability Improvements

* PostgreSQL, SQL Server, and Oracle now show the definition for a view instead of an error when viewing its schema
* Amazon Redshift schema browsing and view definition fixes
* Switching between connection or query tabs no longer loses in-flight or just-finished query results
* A slow-to-connect Oracle database with connection string overrides no longer hangs the connection attempt indefinitely

### Resources

* [KeeperDB Documentation](/keeperpam/privileged-access-manager/keeperdb.md)
* [KeeperDB Proxy Documentation](/keeperpam/privileged-access-manager/keeperdb-proxy.md)
* [KeeperDB Feature Page](https://www.keepersecurity.com/features/keeper-db/)
* [KeeperAI Documentation](/keeperpam/privileged-access-manager/keeperai.md)
* [KeeperPAM](https://www.keepersecurity.com/privileged-access-management/)

### Roadmap

We publish monthly updates based on customer feedback. Send feature requests and bug reports to <pam@keepersecurity.com>, or post on our [Reddit community page](https://www.reddit.com/r/KeeperSecurity/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/desktop/keeperdb/keeperdb-2.5.1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
