SQLiteOnWeb-Android

Manage you Sqlite Database in browser

  • Owner: skyhacker2/SQLiteOnWeb-Android
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

SQLiteOnWeb

A simple tool to see sqlite database data in browser

Install

Gradle:

debugCompile 'io.github.skyhacker2:sqliteonweb:1.0.2'
releaseCompile 'io.github.skyhacker2:sqliteonweb-no-op:1.0.2'

Setup

In Application or Activity

SQLiteOnWeb.init(this).start();

SQLiteOnWeb use NanoHTTPD as server and run at 9000 port default.

Use custom port to start.

SQLiteOnWeb.init(this, PORT).start();

Run Debug App

When run app in debug mode, you will see the address in Android Monitor

image

Click the address open in browser.

You can run SQL from browser to query insert or update.

Have fun. ?

image

License

SQLiteOnWeb is available under the MIT license. See the LICENSE file for more info.

Main metrics

Overview
Name With Ownerskyhacker2/SQLiteOnWeb-Android
Primary LanguageJava
Program languageHTML (Language Count: 3)
Platform
License:
所有者活动
Created At2016-03-07 05:38:48
Pushed At2017-04-05 07:00:26
Last Commit At2017-04-05 15:00:26
Release Count1
Last Release Name1.0.1 (Posted on 2016-04-04 13:22:45)
First Release Name1.0.1 (Posted on 2016-04-04 13:22:45)
用户参与
Stargazers Count292
Watchers Count13
Fork Count43
Commits Count6
Has Issues Enabled
Issues Count6
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private