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

Improvement: save commands in a database #14

Closed
elkinaguas opened this issue Nov 16, 2023 · 4 comments
Closed

Improvement: save commands in a database #14

elkinaguas opened this issue Nov 16, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@elkinaguas
Copy link
Owner

I've thought about using a SQLite DB for this.

@elkinaguas elkinaguas added the enhancement New feature or request label Nov 16, 2023
@croketillo
Copy link
Contributor

In my opinión more simple ever better. I like how its now…

@elkinaguas
Copy link
Owner Author

elkinaguas commented Nov 23, 2023

I agree, I would like it to stay simple, but at the same time I want to add some complex functionalities that work better with a DB. For the moment, I'll see how I can implement the new features using json files only.

@elkinaguas
Copy link
Owner Author

I'm reopening this issue. Future features will require the use of a db, using only JSON files won't do the trick. I'm going for SQLite, a simple relational database.

I'll add a feature to export commands to a JSON file. This will facilitate portability and readability outside Clir.

@elkinaguas
Copy link
Owner Author

Done! That took time.

I'm planning to add an import and export function #33.

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

No branches or pull requests

2 participants