Feature
Automatic tables and schema.
LightningSync creates the tables and keeps schema aligned with each integration.
LightningSync creates and updates Supabase tables for you.
Automatic table creation
Missing tables are detected and created during setup.
Schema evolution
Schema updates are handled so your data stays consistent.
Normalized columns
Typed columns make SQL queries and joins predictable.
Preview
Tables created automatically
LightningSync creates and updates tables so your schema stays consistent.
Tables created
Schema preview
How it works
Connect Supabase
Connect Supabase via official OAuth so LightningSync can create tables automatically.
We check tables
LightningSync verifies existing tables and creates any missing ones.
Sync with upserts
Data lands in normalized tables with idempotent upserts.
Use cases
- Launch fast without manual schema work.
- Keep dashboards stable as API schemas evolve.
- Onboard new data sources with confidence.
FAQ
Where are tables created?
Tables are created in your Supabase public schema by default.
Can I inspect or modify the schema?
Yes. The tables are standard Postgres tables.
Ready to start syncing?
Connect your first data source and see your tables populate.