Giter Site home page Giter Site logo

sqlite-watcher's Introduction

SQLite Watcher

A simple TUI application used to view live updates of SQLite Database.

This application reads the SQLite Schema Table, so it can read any SQLite database without the user specifying the schema.

How to use

To start SQLite Watcher,

cargo run <SQLITE_DB_PATH>

You can click the Left Arrow and Right Arrow to switch tables, and you can click the Up and Down Arrows to scroll through the table rows.

To quit, you can click Q or the ESC button.

How to cross-compile

Install Cross

Install cross, which allows you to easily cross-compile Rust applications to many different platforms.

Compile SQLite Watcher

Compile SQLite Watcher with cross by specifying the target triplet.

From OSDev.org, "Target Triplets describe a platform on which code runs and are a core concept in the GNU build system. They contain three fields: the name of the CPU family/model, the vendor, and the operating system name."

cross build --release --target <TARGET_TRIPLET>

For aarch64-linux-android, you can compile the application with the command

cross build --release --target aarch64-linux-android

Then, you can push SQLite Watcher to the target

adb push target/aarch64-linux-android/release/sqlite-watcher

sqlite-watcher's People

Contributors

patrickanguyen avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.