Add wrapper for libsql #35821
Unanswered
rober-tm
asked this question in
Feature Requests
Replies: 0 comments
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.
Currently, migrating data from
libsql-based services like Turso DB or PocketBase to Supabase can be a multi-step process involving data dumps and imports. This adds friction for users looking to transition to Supabase.Describe the solution you'd like
Implement a Foreign Data Wrapper (FDW) for
libsql. This would allow Supabase users to directly query and interact withlibsqldatabases (e.g., Turso, PocketBase instances) from within their PostgreSQL instance.Describe alternatives you've considered
Manual data export/import (e.g., CSV, SQL dumps) is the current alternative, but it's less efficient for ongoing migrations or for accessing data in a hybrid setup.
Additional context
Adding a
libsqlFDW would significantly simplify the migration path for users oflibsql-compatible databases, making Supabase a more attractive option and lowering the barrier to adoption for this user segment. It could also enable more complex data integration scenarios.All reactions