Flipper: Discussion: Execute SQL statements using databases plugin

Created on 29 May 2019  路  3Comments  路  Source: facebook/flipper

It would be great if the databases plugin had support for executing SQL statements, similar to the database inspection feature in Stetho

Merged enhancement

Most helpful comment

This has been added in recent commit https://github.com/facebook/flipper/commit/fe56c8471c29f7a0de6f831f0064019acc8226a5, and will become widely available in the next release.

If you build from source you can use the feature now. For arbitrary sql in particular, you'll only need to update the desktop version, but that change adds several features, some of which will require you to also update the in-app sdk.

I don't believe it has had much exposure yet so if you find bugs please let us know by way of github issues. In addition the UI could do with some TLC but the basic functionality is ready.

All 3 comments

+1, would love to see this.

This has been added in recent commit https://github.com/facebook/flipper/commit/fe56c8471c29f7a0de6f831f0064019acc8226a5, and will become widely available in the next release.

If you build from source you can use the feature now. For arbitrary sql in particular, you'll only need to update the desktop version, but that change adds several features, some of which will require you to also update the in-app sdk.

I don't believe it has had much exposure yet so if you find bugs please let us know by way of github issues. In addition the UI could do with some TLC but the basic functionality is ready.

When can we expect the next release @jknoxville

Was this page helpful?
0 / 5 - 0 ratings