You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
linediconsine
changed the title
sqlite is mentioned in documentation but It looks not supported
'buffalo new cavallo --db-type sqlite' is not working
Jan 11, 2022
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) :
PS: I am new to go and searching for learning and working on a go project, happy to help
The text was updated successfully, but these errors were encountered: