This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-07-03
Channels
- # aleph (3)
- # announcements (2)
- # babashka (24)
- # beginners (71)
- # biff (5)
- # calva (19)
- # cider (7)
- # clj-kondo (15)
- # cljdoc (3)
- # clojure (76)
- # clojure-australia (1)
- # clojure-china (1)
- # clojure-denver (24)
- # clojure-europe (56)
- # clojure-filipino (1)
- # clojure-hk (1)
- # clojure-indonesia (1)
- # clojure-japan (1)
- # clojure-korea (1)
- # clojure-my (1)
- # clojure-nl (1)
- # clojure-norway (37)
- # clojure-sg (1)
- # clojure-taiwan (1)
- # clojure-uk (6)
- # clojurescript (2)
- # cursive (2)
- # datalevin (71)
- # datomic (9)
- # dev-tooling (5)
- # emacs (19)
- # events (1)
- # gratitude (1)
- # hoplon (6)
- # introduce-yourself (5)
- # jobs (1)
- # juxt (2)
- # lsp (23)
- # nbb (26)
- # off-topic (12)
- # other-languages (97)
- # practicalli (2)
- # releases (2)
- # remote-jobs (1)
- # shadow-cljs (24)
- # tools-deps (17)
- # vim (2)
thoughts on this discussion welcome: https://github.com/jacobobryant/biff/issues/159

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

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!
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.
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
