Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Created October 16, 2023 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorescodro/b8c085525e2f6cb6d22aae0d573ea908 to your computer and use it in GitHub Desktop.
Save igorescodro/b8c085525e2f6cb6d22aae0d573ea908 to your computer and use it in GitHub Desktop.
actual class DriverFactory {
actual fun createDriver(): SqlDriver {
return NativeSqliteDriver(Database.Schema, "todo.db")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment