GithubHelp home page GithubHelp logo

jamie-bell / cordova-sqlite-devtools Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 12 KB

A quick and easy way to pull a backup of a sqlite database from a connected Android device.

JavaScript 100.00%

cordova-sqlite-devtools's Introduction

Build Status Dependency Status

Cordova SQLite Devtools

A quick and easy way to pull a backup of a sqlite database from a connected Android device.

Installation

npm install -g cordova-sqlite-devtools

Usage

cordova-sqlite-devtools uses Android Debug Bridge (adb) to communicate with your Android device. Make sure you have adb installed / configured, and you have connected your mobile phone to your laptop / desktop.

csd --help

List Databases

List all databases the device.

csd list

Pull Database Backup

With the below command, you should be able to find the database copied into the _sqlite-backups folder of the current directory. Use SQLite browser to open the database and browse the data.

csd pull awesome.db

Where awesome.db is the name of the database to backup. Note: the database name is case sensitive.

Delete Database Backups

Remove _sqlite-backups folder and all backups.

csd clean

cordova-sqlite-devtools's People

Contributors

justinlettau avatar

Watchers

 avatar

Forkers

blokhin-anton

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.