We are planning to rebuild a project which is dependent on Supabase and the database is very big. We also some user preferences, etc. stored in AirTable.
I am interested in know how we can configure Corteza to connect to Supabase and AirTable.
TIA
We are planning to rebuild a project which is dependent on Supabase and the database is very big. We also some user preferences, etc. stored in AirTable.
I am interested in know how we can configure Corteza to connect to Supabase and AirTable.
TIA
@YogiYang , Supabase uses PostgreSQL you could get the connection string and update the .env DB_DSN value with the supabase PostgreSQL connection sctring, so you don’t have to worry about the db from docker
I don’t have much information on AirTable would get back to you on that
Is it possible to get Corteza to connect to multiple RDBMSs?
Like for example the default PostgreSQL, Supabase and AirTable.
TIA
currently Corteza only supports the following databases
Can we have access to PgSQL and MySQL in the same instance?
If yes. How?
TIA
From what I am reading currently SQLite is supported for memory database.
It would be great if there was an potion to setup PocketBase (which is powered by SQLite & Go) along with Corteza.
perhaps at some point