3
Add wrapper for libsql
Source: supabase/supabase#35821 · opened by @rober-tm
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 with libsql databases (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 libsql FDW would significantly simplify the migration path for users of libsql-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.
---
Describe the solution you'd like
Implement a Foreign Data Wrapper (FDW) for libsql. This would allow Supabase users to directly query and interact with libsql databases (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 libsql FDW would significantly simplify the migration path for users of libsql-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.
---
No pledges yet. Be the first to back this.
Comments
Similar requests
Add frequently-used advanced data type support in wrapper framework of FDW
1 vote · 0 comments
[Feature Request] Postgres Wrapper
1 vote · 0 comments
Snowflake wrapper does not quote identifiers, causing failures with mixed-case column names
1 vote · 0 comments
Vote for Wrappers
5 votes · 0 comments
Support RETURNING in Stripe Wrapper
1 vote · 0 comments
No comments yet.