Hey, I'm trying to use sqldelight in multiplatform...
# squarelibraries
r
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
the native driver only works with local SQLite so that won't be possible on iOS
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
r
No worries, thanks for clarifying