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
Having a template based generator (eg, takes an input of the template(s) and output file extension) it could be possible to generate many other artifacts, from user interfaces, documentation, tests, code in other languages etc.
The text was updated successfully, but these errors were encountered:
currently sqlx is blocked there because not all of the dependencies are able to be compiled under wasm32.
If I understand correctly, since the query generated by cornucopia are not tightly coupled with the underlying driver, I suppose one might be able to use the connection build within cloudflare-worker to substitute the generated one?
Hello
The db-first approach is wonderful, and opens up many possibilities.
I'm interested to hear if the following ideas would be possible, and if if so, what issues, if any, you see.
The text was updated successfully, but these errors were encountered: