sqlite-dump

command
v0.0.0-...-7008d3c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2021 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Overview

Command sqlite-dump is a simple command that dumps the high-level content of a SQLITE3 file on screen.

Example:

$> sqlite-dump ./testdata/test-1.sqlite
sqlite3: opening "./testdata/test-1.sqlite"...
sqlite3: version: 3008006
sqlite3: page size: 1024
sqlite3: num pages: 2
sqlite3: num tables: 1
sqlite3: === table[0] ===
sqlite3: name: "tbl1"
sqlite3: cols: 2
sqlite3: col[0]: "one"
sqlite3: col[1]: "two"

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL