1 repository
Interfaces that map database file structures to external visual representations.
Distinct from SQLite Drivers: Focuses on the mapping of data to a browser interface, whereas SQLite Drivers focus on basic connectivity.
Explore 1 awesome GitHub repository matching data & databases · Database Mapping Interfaces. Refine with filters or upvote what's useful.
Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip
Maps local SQLite database files to a queryable interface viewable within a web browser.