New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

libsql-viewer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libsql-viewer

A sqlite-web-like-lite for nodejs & libsql

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

Libsql Viewer

libsql-viewer is a web-based libsql database browser written in JavaScript. It is desinged to be embeded in a npm project as an easy to use light weight cross platform tool in development.

Features

  • View tables
  • Export tables as csv or json

Installation

npm install --save-dev libsql-viewer

Usage

Via the command line:

libsql-viewer <url or file>
    --auth-token <token>
        <the rest of the libsql client args>
    --port <port = 3000>

libsql-viewer ./my-db.db

Via code:

import libsqlViewer from "libsql-viewer"
import { createClient } from "@libsql/client"

libsqlViewer({
    client: creatClient({ ... }),
    port: 3000
})

Screenshots

Roadmap

  • Custom queries
  • Drop/clear tables
  • Delete rows

Keywords

cli

FAQs

Package last updated on 25 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts