gobuffalo/buffalo

'buffalo new cavallo --db-type sqlite' is not working

Closed this issue · 2 comments

Hi all, I start to study this framework, I love the approach but I working on set up a simple working example

I noted that when I use

buffalo new cavallo --db-type sqlite

I see this error:
ERRO[0000] Error: unknown dialect "sqlite" expecting one of cockroach, mariadb, mysql, postgres

sqlite is mentioned in the documentation here https://gobuffalo.io/en/docs/db/getting-started/

I also noted that 'buffalo version' gives an error message (may be related) :

% buffalo version
ERRO[0000] [PLUGIN] error loading plugin buffalo-pop: exec: "buffalo-pop": executable file not found in $PATH 
INFO[0000] Buffalo version is: v0.18.1     

PS: I am new to go and searching for learning and working on a go project, happy to help

I found that this could be a double of gobuffalo/docs#580 but since this is a different section I rather leave it to mods to understand what to do next

Edit: I believe this problem is about buffalo-pop that I am struggling to install right

Thanks

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.