sandros94 / nuxt-surrealdb

A Nuxt module aimed to simplify the use of SurrealDB.
https://nuxt-surrealdb.s94.dev/
MIT License
27 stars 2 forks source link

Nuxt DevTools integration #12

Open itsezc opened 4 months ago

itsezc commented 4 months ago

Integrate DevTools to incorporate incoming and outgoing data and requests, ability to send custom queries; also potentially embedding Surrealist or atleast a fraction of Surrealists features i.e. view tables, data etc.

sandros94 commented 4 months ago

Hi @itsezc Ideally I would have liked to add Surrealist itself into the devtools, but unfortunately it is not possible to load it within an iframe.

I did already mention this in their open issue about official dockerfile support. Once they do add it I do plan to host a Surrealist instance just for this module.

Ideally yes, creating a custom devtools integration would be the better route, allowing me to further integrate it with the module itself. But it is something that I cannot currently do because of lack of time and lack of experience with devtools (although I don't imagine being that much of a deal).