Deno 1.33 debuts built-in key-value database

Currently in beta, Deno KV is a strongly consistent key-value database integrated into the open-source Deno runtime and designed for JavaScript, with the ability to store any JavaScript structured serializable value.

command line
Thinkstock

With newly published Deno 1.33, the project’s developers are preparing users of the JavaScript/TypeScript runtime for the planned, ambitious Deno 2 release. Part of that push is the debut in Deno 1.33 of the Deno KV key-value database.

Unveiled April 28, Deno 1.33 takes steps toward meeting the goals of Deno 2.0, which is due in coming months. These goals include “effortless” coding, “best in class” performance, and “uncompromising” security.

In Deno 1.33, new capabilities include the built-in Deno KV key-value database for stateful app development, either locally or on the Deno Deploy serverless JavaScript hosting service. When running locally, Deno KV is backed by SQLite. When running on Deno Deploy, the database is backed by FoundationDB, managed by Deno, and globally replicated across 35 cloud regions. Currently in beta, Deno KV is an unstable API and long-term data durability is not yet guaranteed.

Also with Deno 1.33, the deno.json schema has been flattened to make it easier to read and write. Nested options such as "lint.files.exclude" or "fmt.options.lineWidth" now are available at the top level of their respective sections.

As a quality-of-life improvement, Deno 1.33 allows for fewer permission checks for dynamic imports, improving startup time. This change will make it easier to conditionally execute some code in certain conditions, such as when developers have a CLI tool with many subcommands and they want to conditionally load handlers only when the subcommand is invoked. Other use cases include only loading a polyform when needed and executing debugging code in a server application only when an environmental variable is present.

Deno 1.33 can be installed from deno.com. Other features in Deno 1.33 include:

Deno 1.33 follows the March 2023 release of Deno 1.32, which offered enhanced Node.js compatibility, and Deno 1.32.1, which fixed a critical security issue pertaining to the improper handling of the resizable ArrayBuffer in async built-in functions.

Related:

Copyright © 2023 IDG Communications, Inc.

How to choose a low-code development platform