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
feepbot has quit [Ping timeout: 250 seconds]
feepbot has joined #amber
_whitelogger has joined #amber
_whitelogger_ has joined #amber
_whitelogger has quit [Ping timeout: 268 seconds]
_whitelogger has joined #amber
_whitelogger has joined #amber
<FromGitter> <elorest> ☝️
feepbot has quit [Ping timeout: 250 seconds]
feepbot has joined #amber
<FromGitter> <Willyboar> Of course. I did it with both mysql and pg. But don't work with salute
<FromGitter> <robacarp> Is SQLite in the shard file?
<FromGitter> <Willyboar> Yeah
<FromGitter> <Willyboar> Amber db create migrate worked fine
<FromGitter> <Willyboar> Db created
<FromGitter> <drujensen> Try requiring SQLite at the top of the database.cr file
<FromGitter> <Willyboar> I did it look the last line of the errors
<FromGitter> <Willyboar> I tried granite_form too
<FromGitter> <drujensen> Ok. I will take a look this afternoon. Thanks for reporting it.
<FromGitter> <Willyboar> @drujensen do you want to open an issue?
<FromGitter> <Willyboar> From a quick search in the source I think sqlite3 uses crecto. Am I right?
<FromGitter> <Willyboar> I am from mobile so it is difficult to check properly
<FromGitter> <drujensen> Crectco and granite are different orms. They both support SQLite.
<FromGitter> <Willyboar> Tomorrow I will try salute with crecto
<FromGitter> <Willyboar> I will open an issue if problem remains
<FromGitter> <drujensen> @Willyboar I tested and everything seems to work for me. I will need more information to reproduce. Can you open a ticket and let me know the exact steps to reproduce? Include which version of crystal, amber, OS, etc. thx.
<FromGitter> <drujensen> I am using a Mac on the latest OS. I ran: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5c1fe45cab910e7d3ac125a1]
<FromGitter> <Willyboar> I ran the same without -depart
<FromGitter> <Willyboar> I am also using mac
<FromGitter> <drujensen> wait, the require is wrong
<FromGitter> <Willyboar> I am using last version of both crystal 0.27 and
<FromGitter> <drujensen> `require "granite/adapter/sqlite3”` should be `require granite/adapter/sqlite`
<FromGitter> <drujensen> hmm, did you change this?
<FromGitter> <Willyboar> Nope
<FromGitter> <drujensen> testing something…one sec
<FromGitter> <drujensen> maybe you ran `amber new blog -d sqlite3`
<FromGitter> <drujensen> the cli should prevent that but testing now...
<FromGitter> <Willyboar> Hmm this is possible
<FromGitter> <drujensen> yeah, thats it
<FromGitter> <Willyboar> Perfect
<FromGitter> <drujensen> can you open a bug? We will want to prevent that
<FromGitter> <Willyboar> OK I will
<FromGitter> <drujensen> thanks again
<FromGitter> <Willyboar> Glad to help
<FromGitter> <Willyboar> Done.