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> <Blacksmoke16> @eliasjpr how bout defining the properties with `property!` then you get the not nil version and nilable getter
<FromGitter> <Blacksmoke16> at least for columns you define as not nil
<FromGitter> <Blacksmoke16> ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5d97f3915173c33ca16d9b8b]
<FromGitter> <Blacksmoke16> given this model, it generates
<FromGitter> <Blacksmoke16> ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5d97f3a25173c33ca16d9c64]
<FromGitter> <Blacksmoke16> auto pk just gets a `getter`
<FromGitter> <Blacksmoke16> nilable columns get `property`
<FromGitter> <Blacksmoke16> not nilable columns get `property!`
<FromGitter> <Blacksmoke16> ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5d97f43e37073b36a07107f7]
<FromGitter> <Blacksmoke16> non auto pk gets `property`
<FromGitter> <drujensen> The auto generated id primary key has to be nilible, right? The dB generates it
<FromGitter> <Blacksmoke16> PK has to be nilable no matter if its auto or not
<FromGitter> <Blacksmoke16> since it *will* be nil until its saved
<FromGitter> <nsuchy> How would I go about running a task in the background from a controller?
<FromGitter> <nsuchy> Does amber have a background task system
_whitelogger has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
<FromGitter> <Blacksmoke16> Look up mosquito
_whitelogger has joined #amber
<FromGitter> <Blacksmoke16> https://github.com/robacarp/mosquito
<FromGitter> <bendangelo> Does anyone have experience deploying amber to dokku? I'm guessing the crystal buildpack can be used
<FromGitter> <drujensen> @bendangelo I have not but this may help. https://docs.amberframework.org/amber/deployment/heroku