<FromGitter>
<Prutheus> I want to use Granite outside of an amber project. I have added granite and sqlite3 as dependencies, then I want to add an adapter, but there the compiler complains `undefined constant Granite::Adapters` ... in the lib/ dir, at granite folder, the file `src/granite/adapters.cr` is also not existent, but at github there is such file ...
<FromGitter>
<Prutheus> what to do?
<FromGitter>
<Prutheus> nobody wants to help me? or do you need more info?
marenz has joined #amber
<FromGitter>
<Blacksmoke16> use master branch
<FromGitter>
<Blacksmoke16> in your shards.yml @Prutheus
<FromGitter>
<Blacksmoke16> that code isnt released yet so need to specify the master branch
<FromGitter>
<Blacksmoke16> `sqlite3:./test.db`
<FromGitter>
<Blacksmoke16> or whatever path you want to give it