Android Studio does not offer SQL as an embedded language

In string literal, Android studio offers an input language feature, but no SQL is offered in the language dropdown . All of the documentation states that it should be there. Any idea how I can add SQL?

enter image description here

+3


source to share


2 answers


Database tools and SQL support are only available in IntelliJ IDEA Ultimate.

Source



Hence, you cannot use the SQL support in Android Studio.

You can use ADB Shell to connect to SQLite which is IDE independent.

+2


source


There is a Database Navigator plugin that offers similar functionality.

Supported databases:

Tongue injection function:



SQL languages

This tool is free for personal and commercial use. Donations are highly appreciated. (I am not affiliated with or associated with the authors)

+5


source







All Articles