All Projects → skyhacker2 → Sqliteonweb Android

skyhacker2 / Sqliteonweb Android

Manage you Sqlite Database in browser

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Sqliteonweb Android

sqlite-analyzer
Code generation for Java/Android database access.
Stars: ✭ 63 (-78.35%)
Mutual labels:  sqlite-database
Sqlable
Swift library for making storing data in a SQLite database simple and magic-free
Stars: ✭ 83 (-71.48%)
Mutual labels:  sqlite-database
Squeaky-Android
Appropriately lightweight database creations and migrations with SQLite on Android
Stars: ✭ 34 (-88.32%)
Mutual labels:  sqlite-database
OLA Play Music App
Music Streaming App
Stars: ✭ 27 (-90.72%)
Mutual labels:  sqlite-database
food-sqlite-demo
This tutorial we will save text from EditText and Image from gallery into SQLite database
Stars: ✭ 58 (-80.07%)
Mutual labels:  sqlite-database
hearthstats
Scrape Hearthstone decks from HearthPwn, then build a SQLite database of the results. Can also scrape card collection data from HearthPwn/Innkeeper, and integrates with omgvamp's Mashape Hearthstone API to build a table of card data that can be used to make more advanced queries.
Stars: ✭ 11 (-96.22%)
Mutual labels:  sqlite-database
AndroidEasySQL-Library
An Easier & Lazier approach to SQL database for Android
Stars: ✭ 28 (-90.38%)
Mutual labels:  sqlite-database
Android-SQLite-Tutorial
This is a simple project of Android SQLite Relational Database. You can check my Bengali Blog Post on this topic
Stars: ✭ 34 (-88.32%)
Mutual labels:  sqlite-database
sqliteweb
Web-Based SQLite database browser
Stars: ✭ 93 (-68.04%)
Mutual labels:  sqlite-database
nim-gatabase
Connection-Pooling Compile-Time ORM for Nim
Stars: ✭ 103 (-64.6%)
Mutual labels:  sqlite-database
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (-93.47%)
Mutual labels:  sqlite-database
mlflow-tracking-server
MLFLow Tracking Server based on Docker and AWS S3
Stars: ✭ 59 (-79.73%)
Mutual labels:  sqlite-database
mtgsqlive
MTGJSON build scripts to generate alternative data formats
Stars: ✭ 40 (-86.25%)
Mutual labels:  sqlite-database
sqflite migration
Library to manage sqlite db migrations.
Stars: ✭ 40 (-86.25%)
Mutual labels:  sqlite-database
Ionic-2-sqlite-demo
Simple demo to show how to work with Sqlite Storage in Ionic 2
Stars: ✭ 20 (-93.13%)
Mutual labels:  sqlite-database
SQLiteHelper
🗄 This project comes in handy when you want to write a sql statement easily and smarter.
Stars: ✭ 57 (-80.41%)
Mutual labels:  sqlite-database
watchdb
Keeping SQLite databases in sync
Stars: ✭ 72 (-75.26%)
Mutual labels:  sqlite-database
mdb2sqlite
Conversion tool used to convert microsoft access database to sqlite.
Stars: ✭ 79 (-72.85%)
Mutual labels:  sqlite-database
cordova-plugin-dbcopy
Copy SQLite Database from www folder to default app database location
Stars: ✭ 90 (-69.07%)
Mutual labels:  sqlite-database
smilite
A Python module to retrieve and compare SMILE strings of chemical compounds from the free ZINC online database
Stars: ✭ 65 (-77.66%)
Mutual labels:  sqlite-database

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].