8000 GitHub - davrodpin/denoro: CLI Tool to Explore Deno KV local databases
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

davrodpin/denoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Denoro

A command-line interface tool that allows you to explore, manage, and manipulate local Deno KV database files.

Deno KV is a built-in key-value database for Deno applications that provides a simple, fast, and reliable way to store and retrieve data. It uses SQLite under the hood and supports features like atomic transactions, versioning, and range queries.

Installation

Quick Install

curl -fsSL https://raw.githubusercontent.com/davrodpin/denoro/main/install.sh | sh

Build from Source

# Clone the repository
git clone https://github.com/davrodpin/denoro.git
cd denoro

# Build the project
deno task build:dev

Usage

Denoro Demo

How to access Deno KV in Deploy Deploy

  1. Go to The Deno Deploy Dashboard, click on your project and then on the KV tab
  2. The KV Database page has a section called Connect to this database from Deno CLI which contains the address to access the datatabase. Copy it.
  3. Set the DENORO_DB_PATH environment variable with the address you copied
  4. You also need to configured the DENO_KV_ACCESS_TOKEN environment variables with a Deno Depoy access token. You can find more info on how to create one accessing this page.

About

CLI Tool to Explore Deno KV local databases

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0