sandros94 / nuxt-surrealdb

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

`query` and `sql` return types #7

Closed sandros94 closed 2 months ago

sandros94 commented 3 months ago

The query and sql functions should return proper types instead of any.

This could go against the unwrapResponse if set to false, should I deprecate the possibility to unwrap it?