All Projects → guolindev → Glance

guolindev / Glance

Licence: apache-2.0
A simple and handy Android database debugging library.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Glance

Quinedb
QuineDB is a quine that is also a key-value store.
Stars: ✭ 561 (-7.27%)
Mutual labels:  database
Filemasta
A search application to explore, discover and share online files
Stars: ✭ 571 (-5.62%)
Mutual labels:  database
Binexport
Export disassemblies into Protocol Buffers
Stars: ✭ 586 (-3.14%)
Mutual labels:  database
Clickhouse Driver
ClickHouse Python Driver with native interface support
Stars: ✭ 562 (-7.11%)
Mutual labels:  database
Api
Our Database
Stars: ✭ 568 (-6.12%)
Mutual labels:  database
Antidote
A planet scale, highly available, transactional database built on CRDT technology
Stars: ✭ 574 (-5.12%)
Mutual labels:  database
Yugabyte Db
The high-performance distributed SQL database for global, internet-scale apps.
Stars: ✭ 5,890 (+873.55%)
Mutual labels:  database
Memento
Simple + Powerful interface to the Mnesia Distributed Database 💾
Stars: ✭ 597 (-1.32%)
Mutual labels:  database
Db
GroundDB is a thin layer providing Meteor offline database and methods
Stars: ✭ 569 (-5.95%)
Mutual labels:  database
Mariadb4j
MariaDB Embedded in Java JAR
Stars: ✭ 579 (-4.3%)
Mutual labels:  database
Mongoui
MongoDB admin UI server written in Node.js 🎮
Stars: ✭ 566 (-6.45%)
Mutual labels:  database
React Native Store
A simple database base on react-native AsyncStorage.
Stars: ✭ 568 (-6.12%)
Mutual labels:  database
Tiny tds
TinyTDS - Simple and fast FreeTDS bindings for Ruby using DB-Library.
Stars: ✭ 575 (-4.96%)
Mutual labels:  database
Entityframework Reverse Poco Code First Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
Stars: ✭ 562 (-7.11%)
Mutual labels:  database
Event Reduce
An algorithm to optimize database queries that run multiple times
Stars: ✭ 589 (-2.64%)
Mutual labels:  database
Otj Pg Embedded
Java embedded PostgreSQL component for testing
Stars: ✭ 559 (-7.6%)
Mutual labels:  database
Db tutorial
Writing a sqlite clone from scratch in C
Stars: ✭ 6,234 (+930.41%)
Mutual labels:  database
Zeppelin
Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and more.
Stars: ✭ 5,513 (+811.24%)
Mutual labels:  database
Hypopg
Hypothetical Indexes for PostgreSQL
Stars: ✭ 594 (-1.82%)
Mutual labels:  database
Jailer
Database Subsetting and Relational Data Browsing Tool.
Stars: ✭ 576 (-4.79%)
Mutual labels:  database

Glance

Glance is an open source Android database toolkit library which can help you browser all the database data with clean UI interface.

Glance is inspired by LeakCanary to be included into your project as dependency library. It will search both internal and external storage of current app to find out all the database files automatically.

Glance provides a clean UI interface to display all the data in the database, and make the database debugging work very easy.

You can experience it right now with below dependency.

dependencies {
    // debugImplementation because Glance should only run in debug builds.
    debugImplementation 'com.glance.guolindev:glance:1.0.0'
}

After adding the dependency to your project, you will see A new Glance icon on your launcher.

Click it to browse all the database data of your app. It's quite easy.

The below animation shows how it works.

Note that Glance only supports AndroidX projects. Android-Support projects can't use this library, and have no plan to support for them in the future release either.

License

Copyright (C) guolin, Glance Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].