<FromGitter>
<Blacksmoke16> cons of extending types you dont own
<FromGitter>
<moe:busyloop.net> you should become a google plugin
<FromGitter>
<moe:busyloop.net> there doesn't seem to be anything crystal related that you don't know :D
<FromGitter>
<Blacksmoke16> for the avg person maybe :P if you get into compiler dev or something may not be that much help hehe
<FromGitter>
<moe:busyloop.net> good enough for me :P
<FromGitter>
<moe:busyloop.net> anyway, i'll just postpone my 1.6 upgrade. 1.5.1 is plenty fine so far
<FromGitter>
<Blacksmoke16> why not just update kemal to latest commit?
<FromGitter>
<Blacksmoke16> technically pinning to a commit is safer than version
<FromGitter>
<moe:busyloop.net> i don't even use it directly, it's pulled in by crometheus
<FromGitter>
<moe:busyloop.net> don't need 1.6 bad enough to muck with my shards
<FromGitter>
<moe:busyloop.net> will just wait till kemal cuts a release
<FromGitter>
<Blacksmoke16> 👍
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 252 seconds]
notzmv has joined #crystal-lang
<wwalker>
What ORM(s) do you recommend? I want to move a couple of apps from Rails/activeRecord to crystal. Nothing really complex. I'd prefer to use an ORM that supports multiple DBs (MySQL, and sqlite, postgres isn't necessary)
<FromGitter>
<jgarte:matrix.org> Hi is crystal still completely bootstrappable?
<FromGitter>
<Blacksmoke16> then could have a connection pool for each DB versus needing to worry if the ORM supports it. Throw in a few helper methods and should work quite well
<FromGitter>
<Blacksmoke16> @jgarte:matrix.org there's a script floating around somewhere to do that iirc