Fork me on GitHub
#biff
<
2023-07-03
>
Jacob O'Bryant22:07:59

I've got a commit on the dev branch that fixes this (`secrets.env` parsing in dev) in case anyone wants to try it out: https://github.com/jacobobryant/biff/issues/159#issuecomment-1620797435

woohoo 2
Sasha V. Bogdanov17:07:12

Hello beautiful people! I am quite new here. Can you explain how to manipulate database from REPL? Things like seed it with data or manipulate it. Thank you!

Jacob O'Bryant18:07:20

Hey! There are some examples in the repl.clj file which is included in new projects: https://github.com/jacobobryant/biff/blob/master/example/src/com/example/repl.clj e.g. see (add-fixtures) and the accompanying note. For querying the database, see the (q ...) form just under that. You can also replace (q ...) with (biff/submit-tx ...) to write to the database from the repl.

👍 2
Sasha V. Bogdanov18:07:52

Thank you very much 👍:skin-tone-2: I will try

👌 2
Jacob O'Bryant22:07:59

I've got a commit on the dev branch that fixes this (`secrets.env` parsing in dev) in case anyone wants to try it out: https://github.com/jacobobryant/biff/issues/159#issuecomment-1620797435

woohoo 2