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

[7.x] package:create-sqlite-db and package:drop-sqlite-db improvements #252

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

crynobone
Copy link
Member

  • Add --database option to both create and drop commands.
  • Add --all option to drop all SQLite databases within database directory.

Solves #251

improvements

* Add `--database` option to both create and drop commands.
* Add `--all` option to drop all SQLite database within `database`
  directory.

Solves #251

Signed-off-by: Mior Muhammad Zaki <[email protected]>
@crynobone crynobone added enhancement New feature or request dx labels Nov 6, 2024
@crynobone crynobone marked this pull request as ready for review November 6, 2024 04:23
@coveralls
Copy link

Coverage Status

coverage: 91.904% (-0.09%) from 91.991%
when pulling bbfdd56 on 7/feature-251
into f105640 on 7.x.

@crynobone crynobone merged commit 0f4eda6 into 7.x Nov 6, 2024
64 of 66 checks passed
@crynobone crynobone deleted the 7/feature-251 branch November 11, 2024 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dx enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to create custom .sqlite file via package:create-sqlite-db command
2 participants