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
I thought that I could use with-db to wrap entire function bodies, with control-flow and multiple calls to query* in it.
The macro probably needs some kind of work done on it to accept bodies correctly.
[0/4] Store files
Define store location
This should probably be done with the configuration file
Index files already in location for validation
Add file to store
Register file with database
[0/2] Command-line options
Look into (guile) getopt-long
Define command line options
Configuration file location
No config file
Start server (for Emacs interaction)
Look at how mu4e does this with the mu server command.
[0/3] Others
Look at (guix colors) for how ANSI color output is defined.
Have query* throw an error if used outside of with-db context
Do PROPER error handling of the SQLite statements!