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?
+3
Steve waring
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
Darek kay
source
to share
There is a Database Navigator plugin that offers similar functionality.
Supported databases:
- Oracle
- MySQL
- PostgreSQL
- SQLite
Tongue injection function:
This tool is free for personal and commercial use. Donations are highly appreciated. (I am not affiliated with or associated with the authors)
+5
naXa
source
to share