Serdar Dogruyol - Sedo セド
Serdar Dogruyol - Sedo セド
Support Join
Seems like currently we can't do a join operation. @waterlink Will you support it in the upcoming version?
Currently i'm simulating pluck behaviour like this. ``` crystal menu_item_ids = MenuItem.all.select { |mi| mi.id} ``` I wish we had something like `pluck` (from `ActiveRecord`). ``` crystal menu_item_ids = MenuItem.pluck...
We need to have a way to configure the underlying adapter. This is needed for - Setting connection url, user, password, host e.g - Timeout options - Pool options WDYT...
Add CLI to support Settings Argument via settings.yml
Add more specs.
Hey @reu Thanks for doing this repository. I've checked the results and wondered that if the Kemal application was built with `build --release`? Building the Kemal application with release flag...
Building on top of @straight-shoota's initial work :+1: This currently builds and runs with Crystal 0.27.0
Use https://github.com/topics/kemal?o=desc&s=updated to show open source Kemal apps
Add extras / contrib section for shards like https://github.com/crystal-garage //cc @mamantoha