Skip to content

Support generating a database from a single file or code snippet #563

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

Open
aeisenberg opened this issue Sep 9, 2020 · 0 comments
Open
Labels
Complexity: High Requires careful design or review. enhancement New feature or request VSCode

Comments

@aeisenberg
Copy link
Contributor

Often users want to test out their queries on a small, custom-made database. The extension should facilitate the creation of small, simple databases from a single file or a selection.

In a single command, the user should be able to convert the current buffer (or the current selection in the current buffer) into a database, and then automatically import that database.

It might be the case that the user needs to explicitly specify a language. We also need to consider autobuilds. Not sure how that is going to come into play.

@aeisenberg aeisenberg added the enhancement New feature or request label Sep 9, 2020
@github-actions github-actions bot added the VSCode label Sep 9, 2020
@adityasharad adityasharad added the Complexity: High Requires careful design or review. label Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: High Requires careful design or review. enhancement New feature or request VSCode
Projects
None yet
Development

No branches or pull requests

2 participants