faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
<FromGitter> <AllanKlaus> thanks guys for the info, I will talk with my team, maybe we can start the new project using amber. ⏎ ⏎ Do you have more info about the performance with database communication?
feepbot has quit [*.net *.split]
feepbot has joined #amber
_whitelogger has joined #amber
<FromGitter> <elorest> It's much faster than ruby, elixir but could be optimized further than it is.
<FromGitter> <AllanKlaus> I was reading this post about it, and appear to be faster than node and Go http://blog.seraum.com/crystal-lang-vs-nodejs-vs-golang-vs-http-benchmark
<FromGitter> <valamorgon> can I generate migrate sql files from existing model classes?
<FromGitter> <Blacksmoke16> not currently afaik
<FromGitter> <Blacksmoke16> the migrator in granite is pretty basic and mostly used for the specs of granite itself. future iteration, probably wouldnt be too hard to take that generated sql and write a file similar to like `schema.rb` but in sql
<FromGitter> <AllanKlaus> I'm reading the dont I i saw the Docker. It tell us to use the gerated Dockerfile changing from to the official repository of crystal, but it already start with a image of `amberframework/amber`. I really need to change the image?
<robacarp> hm?
<FromGitter> <AllanKlaus> ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5c40d8ae95e17b4525695274]
<FromGitter> <AllanKlaus> it was not occuring. when I created the new project the docker file start with `amberframework/amber`
<robacarp> yeah, I think that paragraph is misleading
<robacarp> it's saying that the amber docker container is based off of the crystal docker container: https://github.com/amberframework/amber/blob/master/Dockerfile
<FromGitter> <AllanKlaus> It create a bug on my mind 😂 but know I understand. I access the repo on docker hub. thanks
<robacarp> an amber project docker layers on top of the amber main docker, so it doesn't need to install nodejs, etc