-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
In my opinión more simple ever better. I like how its now… |
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. |
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. |
Done! That took time. I'm planning to add an import and export function #33. |
I've thought about using a SQLite DB for this.
The text was updated successfully, but these errors were encountered: