Join Discord
Powered by
You could try connecting directly to the database ...
# python
a
anand
05/10/2022, 3:31 AM
You could try connecting directly to the database with something like psycopg2/asyncpg and write SQL to insert your dataset now, and then use supabase-py to do the simpler queries
Previous
Next