Lorefnon
Lorefnon
Hi @CherphAlt vanilla js project should already work - are you facing any issues ? There is some special integration for react/solid through respective plugins, but if you don't use...
To support `.vue` files we'd likely need to add an integration with https://www.npmjs.com/package/@vue/compiler-sfc, but unfortunately I don't have time to implement this. Happy to merge this if someone is willing...
I wrote a basic [SQL.js client](https://github.com/gql-dal/greldal/blob/20f65226256ec217ea056bf7e0c1eca48b5bb721/src/docs/utils/SQLJSClient.js) for [greldal playground](https://gql-dal.github.io/greldal/playground) some time back. It currently supports a subset of knex features, but if there is interest in this I can move...
You can just create a file within vscode (using either `File > New file ...` or `Cmd Palette > Create: New File` or file explorer's new file button) with `.excalidraw`...
Sorry for the delayed response: This feature does seem useful even if we don't add it to knex core. And this has been requested before. @kibertoad Would knex-utils be a...