Databases Plugin Setup
To use the databases plugin, you need to add the plugin to your Flipper client instance. The plugin is currently only available for Android.
Android
Instantiate and add the plugin in FlipperClient
.
By default it will list all sqlite databases returned by the context. If you are storing a sqlite database somewhere else, you can specify a File
to it:
If you use a different type of database other than sqlite, you can implement a driver to be able to access it via Flipper.