Hey, I'm trying to use sqldelight in multiplatform to connect to a cloud database on AWS from android and ios, but can't work out where to put the URL configuration for this when initialising the drivers, does anyone here know how I would go about this or if it is possible?
a
alec
11/10/2022, 1:28 PM
the native driver only works with local SQLite so that won't be possible on iOS
alec
11/10/2022, 1:28 PM
on Android you could try using the JDBC driver, I assume theres a way to configure JDBC to work like this but I have no idea how