{"library":"django-sql-explorer","install":[{"cmd":"pip install django-sql-explorer","imports":["INSTALLED_APPS = ['explorer', ...]","from django.urls import include, path\n\nurlpatterns = [\n    path('explorer/', include('explorer.urls')),\n    # ... other url patterns\n]","from explorer.models import Query"]}]}