Chris Hurst
Chris Hurst
Seconded. I get the exact same issue as @Kondamon . Ive tried provisioned & serverless CosmosDB without success including using the 4.2 API
I'm also having a very similar issue to this & causing my build to fail. ERROR: src/pages/contact.tsx:24:15 - error TS2339: Property 'data' does not exist on type 'SafeParseReturnType'. CODE: `const...
Just wondered if anybody has been working on this? I tried @ekristen library mentioned earlier and updated it to the new Turso driver but I was getting a nil pointer...
Hi all, I've had a go at this and you can find the PR here - https://github.com/go-gorm/sqlite/pull/185 You use it the same way as you can with the Postgres one:...
Right this is now working as expected & all tests are passing. You'll need to add the import of ``` _ "github.com/tursodatabase/libsql-client-go/libsql" ``` with the code example below but this...
Small update on the PR. Seems it introduces possible corruptions issues with its implementation. I've not had feedback from the maintainers but to prevent a clash of drivers I'm going...
Hi all, small update to say that I've published a version/fork of the SQLite driver that supports both embedded replicas and the standard (non cGo) features as well. available here...
Thanks a lot, really valuable and I appreciate the feedback. This is my first time playing with SQLite since school so wasn't aware of this. Given your suggestion would be...
Hmm I would rather get some feedback from the maintainer. The idea to use the config struct originally came from Jinzhu (in another thread). I would rather it be part...
Hi all, I've decided to go solo/indie on this one. Package should now be available at https://github.com/ytsruh/gorm-libsql ```go get -u github.com/ytsruh/gorm-libsql``` I'd still prefer this to be part of the...