Hi, >> It's 40 something lines of code in 1 file. I'd rather put it in boss_db. > > I can see that would make for an expensive standalone project. :-) > > OTOH, if it could help in getting others to expand on it, it *might* > give additional benefits, I'm not one to answer this, though. And please > don't misinterpret me, I don't protest putting it into boss_db, this is > just a (fairly general) suggestion. :-)
It also calls directly into boss_db:migrate, which has a lot of the machinery for running migrations. The two are pretty tightly linked. In fact, what I got to thinking is that by using code:priv_dir(App) instead of boss_files:root_priv_dir(App), the whole thing could be in boss_db, and thus be with the rest of the database code. -- David N. Welton http://www.welton.it/davidw/ http://www.dedasys.com/ -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CA%2Bb9R_tNKH_7Ue7NUPRiSD9vozobh6KpVmefaMor0nu2QTwaJg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
