Skip to content
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

How to get just tables from schema? #395

Open
FamilyMan opened this issue Dec 29, 2020 · 0 comments
Open

How to get just tables from schema? #395

FamilyMan opened this issue Dec 29, 2020 · 0 comments

Comments

@FamilyMan
Copy link

I am getting the schema by using the following code:

async function getSchema(connection) {
return await connection.schema(20, [null, null]);
}
I really want to use:

async function getSchema(connection) {
return await connection.schema(20, [null, null, null, "TABLE"]);
}
to return just tables, but using the third null returns an empty array because the TABLE_NAME is not null, what is the right syntax here?

I realise this is for reporting issues, but I can't find where to ask general use questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant