You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some commands could benefit from persistent storage. For example, it would be nice if you can add new snippets from Command Center itself like snippet add "keyword" "value" and so on.
I'm leaning towards SQLite. Don't want to reinvent the wheel here.
Maybe we hold off on this for a little while until Command Center gets closer to being feature complete. Because things are still changing at a fast pace and I don't really want to deal with breaking changes and SQL migrations at this stage of development.
The text was updated successfully, but these errors were encountered:
Some commands could benefit from persistent storage. For example, it would be nice if you can add new snippets from Command Center itself like
snippet add "keyword" "value"
and so on.I'm leaning towards SQLite. Don't want to reinvent the wheel here.
Maybe we hold off on this for a little while until Command Center gets closer to being feature complete. Because things are still changing at a fast pace and I don't really want to deal with breaking changes and SQL migrations at this stage of development.
The text was updated successfully, but these errors were encountered: