Skip to content

Conversation

@kbarbounakis
Copy link
Contributor

@kbarbounakis kbarbounakis commented May 30, 2025

This PR implements SqliteAdapter.tables() and SqliteAdapter.views() for enumerating tables and views of an sqlite db.

const tables = await context.db.tables().listAsync();

or

const views = await context.db.views().listAsync();

@kbarbounakis kbarbounakis added the enhancement New feature or request label May 30, 2025
@kbarbounakis kbarbounakis merged commit 0324a97 into themost-framework:master May 30, 2025
3 checks passed
@kbarbounakis kbarbounakis deleted the implement-tables-list branch May 30, 2025 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant