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
@jerrygreen Not currently possible, but you can get pretty close by using the exported buildSchemaFromDatabase function provided by tuql. That's what the CLI uses, and it's pretty simple to do something similar in your own app:
I'd like to import the lib from my js/ts file, with my own logic, and start the server from there like:
import { createServer } from 'tuql'
The text was updated successfully, but these errors were encountered: