Tahul / nuxt-edgedb

💽 Nuxt 3 integration for EdgeDB
70 stars 7 forks source link

feat: add edgedb watch mode #22

Open gjeusel opened 7 months ago

gjeusel commented 7 months ago

It would be really nice when prototyping to have access to the edgedb watch feature. It permits to avoid having the cycle of migration creation / apply right from the beginning of a project.

Let me know what you think of it !

gjeusel commented 7 months ago

Woops, let me think about it more. It's not working yet as we should wait on the subprocess state resolution before trying to re-generate the queries & query builder

Tahul commented 7 months ago

Hey @gjeusel ; could you explain a bit more how does that hooks into the edgedb watch process?

That looks amazing.

Tahul commented 4 months ago

Hey @gjeusel ; any news? :)