This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-18
Channels
- # beginners (56)
- # boot (1)
- # cider (96)
- # cljs-dev (148)
- # clojure (60)
- # clojure-austin (11)
- # clojure-france (2)
- # clojure-italy (5)
- # clojure-russia (11)
- # clojure-spec (31)
- # clojure-uk (5)
- # clojurescript (52)
- # community-development (37)
- # cursive (3)
- # data-science (8)
- # datomic (14)
- # devcards (2)
- # emacs (1)
- # fulcro (13)
- # hoplon (1)
- # immutant (2)
- # luminus (3)
- # off-topic (2)
- # onyx (16)
- # parinfer (38)
- # re-frame (8)
- # reagent (5)
- # shadow-cljs (332)
- # spacemacs (5)
- # specter (5)
- # sql (6)
- # vim (52)
@yogthos i think that may have been it, but the error message doesn’t seem like the one i usually see when i misname a module. in any case i renamed the module to qs-tools.populate and it worked.
so, i need to make a script or command to populate the database on my server by downloading a file and parsing its contents to insert rows into the production database. currently i’m trying to add a command to my jar file in the same way that you can do migrations by running java -jar app.jar migrate
, but i’m wondering if there’s a simpler way to do this. btw, i can’t just put the data in a migration sql file since i don’t control the contents of the input file.