Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Manage you Sqlite Database in browser

NotificationsYou must be signed in to change notification settings

skyhacker2/SQLiteOnWeb-Android

Repository files navigation

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

InApplication orActivity

SQLiteOnWeb.init(this).start();

SQLiteOnWeb useNanoHTTPD 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 inAndroid 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.

About

Manage you Sqlite Database in browser

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp