-
|
Been testing out river and it's been good so far and tested using postgres, I was looking into using sqlite as the db but I've encountered some issues while following the SQLite guide. So on the guide it used Mainly this one The schema i was using was generated via the river cli, Now when I switched to Wondering if anyone else encountered this or did I miss anything? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hmm, that's odd. @cedieio for context, we exercise directly against SQLite with Is it possible you're on an old version of the package or something? Maybe try a |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @brandur! |
Beta Was this translation helpful? Give feedback.
Hmm, that's odd. @cedieio for context, we exercise directly against SQLite with
modernc.org/sqlite, so we have reasonably high confidence that it works correctly.Is it possible you're on an old version of the package or something? Maybe try a
go get -uon it?