8000 GitHub - Dimanaux/sqlite-playground: Play with SQLite on Android.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Dimanaux/sqlite-playground

Repository files navigation

sqlite-playground

Play with SQLite on Android.

This app allows you to execute any SQL-queries on your android devices. It uses local database, so no Internet connection required.

Requerements

  • API Level 21+ (Android 5.0+)

Development

Open project with Android Studio 4.0+. It uses Jetpack Compose, so it is necessary.

0