bobbicodes / 4bb

4clojure as a babashka script
59 stars 5 forks source link

SQLite database #12

Open bobbicodes opened 4 years ago

bobbicodes commented 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

borkdude commented 4 years ago

Just persisting this data into ~/.4bb/answers in the form of transit (which bb now supports) or EDN might also work.