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

Idea: sqlite-utils create-table tablename --sql "select ..." #481

Open
simonw opened this issue Sep 2, 2022 · 0 comments
Open

Idea: sqlite-utils create-table tablename --sql "select ..." #481

simonw opened this issue Sep 2, 2022 · 0 comments
Labels
cli-tool enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Sep 2, 2022

Could offer syntactic sugar for:

create table foo as select * from bar
sqlite-utils create-table data.db foo --sql "select * from bar"

https://sqlite-utils.datasette.io/en/stable/cli-reference.html#create-table

@simonw simonw added enhancement New feature or request cli-tool labels Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli-tool enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant