You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll provide devtools support indeed. As a good workaround for the moment, you can use the SQLite Viewer extension in VSCode. It offers an interface to consult the .data/content/contents.sqlite db file generated (your sqlight local db in dev mode).
Is your feature request related to a problem? Please describe
is there going to be a devtools support for Content v3?
Describe the solution you'd like
we could have a DB viewer for example, below is an image of sqlite viewer in devtools (using RPC) (don't mind the UI 😄)
Describe alternatives you've considered
would it be better to have a sepeare module for just the devtools? e.g.
nuxt-devtools-db-viewer
and use that for sqlite and ...?Additional context
here is an example of mongoose db viewer:
The text was updated successfully, but these errors were encountered: