Open bobbicodes opened 4 years ago
This could be fun to do and provide a nice demo of this functionality, as well as clean up the data persistence situation and enable things like storing multiple answers with their own timestamps.
See https://github.com/borkdude/babashka/blob/master/examples/sqlite.clj
Just persisting this data into ~/.4bb/answers in the form of transit (which bb now supports) or EDN might also work.
~/.4bb/answers
This could be fun to do and provide a nice demo of this functionality, as well as clean up the data persistence situation and enable things like storing multiple answers with their own timestamps.
See https://github.com/borkdude/babashka/blob/master/examples/sqlite.clj