We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
안녕하세요 벼리님. export default async function schemaToErd 로 export 시켜주는데,
export default async function schemaToErd
README를 보면 schemaToErd('./schema_samples/sakila-schema.sql'); 로 설명되어 있습니다.
schemaToErd('./schema_samples/sakila-schema.sql');
async로 빼주니 await schemaToErd('./schema_samples/sakila-schema.sql');로 해줘야 하지 않나요?? FYI. https://stackoverflow.com/questions/65589922/javascript-typescript-export-default-const-as-value-from-async-function-call
await schemaToErd('./schema_samples/sakila-schema.sql');
The text was updated successfully, but these errors were encountered:
entry 화일은 https://github.com/youngkiu/schema-to-erd/blob/main/src/main.js 예요.
Sorry, something went wrong.
youngkiu
No branches or pull requests
안녕하세요 벼리님.
export default async function schemaToErd
로 export 시켜주는데,README를 보면
schemaToErd('./schema_samples/sakila-schema.sql');
로 설명되어 있습니다.async로 빼주니
await schemaToErd('./schema_samples/sakila-schema.sql');
로 해줘야 하지 않나요??FYI.
https://stackoverflow.com/questions/65589922/javascript-typescript-export-default-const-as-value-from-async-function-call
The text was updated successfully, but these errors were encountered: