<
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> given this model, it generates
<
FromGitter>
<Blacksmoke16> auto pk just gets a `getter`
<
FromGitter>
<Blacksmoke16> nilable columns get `property`
<
FromGitter>
<Blacksmoke16> not nilable columns get `property!`
<
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>
<bendangelo> Does anyone have experience deploying amber to dokku? I'm guessing the crystal buildpack can be used