new connector: Turso Database #36183
glommer
started this conversation in
New Connector Request
Replies: 1 comment
-
+1 for libSQL or Turso integration! Lack of this destination prevents me from using Airbyte |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'd love to have a destination and source (but mostly destination) connector for Turso. I am the CEO of Turso and we're willing to help if needed. In fact, I tried to write a connector myself and I am struggling a bit - so in parallel of asking for help I am following the instructions here and just asking =)
If someone gets to this, Turso is basically SQLite in the cloud, so the SQLite connector should work, except a few methods need to be changed to use our drivers, that talk over http.
In fact, here is how I implemented
check
:My main problem now is with
write
.Beta Was this translation helpful? Give feedback.
All reactions