-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to generate interface, no feedback after entering generate command. #130
Comments
I had the same issue.. I guess the project is dead 😥 |
Oof I thought I was doing something wrong here. Guess not :( I'm hitting this same issue. Been having a lot of trouble debugging it without any output. |
Here's an alternative click me |
If anyone is still using this as of 2023, I was able to generate output by using node 12.22.12. I was not able to get any output (errors or otherwise) for any newer releases of node. |
I found an alternative if you are using mysql db |
If you are using mysql, I have been developing an alternative library TypeSQL. Instead of generating the types definitions for the database tables, it generates the types from the SQL queries. I started developing TypeSQL after reading the motivation article of this project (the article is now offline). |
schemats generate -c postgresql://username:secret@localhost:5432/temphelium -o psqltypes.ts
anyone having issues generating interface?
The text was updated successfully, but these errors were encountered: