Database Driver Factory

actual class DatabaseDriverFactory

The DatabaseDriverFactory class is useful to create the specific database driver for each platform

Author

N7ghtm4r3 - Tecknobit

expect class DatabaseDriverFactory

The DatabaseDriverFactory class is useful to create the specific database driver for each platform

Author

N7ghtm4r3 - Tecknobit

actual class DatabaseDriverFactory

The DatabaseDriverFactory class is useful to create the specific database driver for each platform

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor()
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
actual fun createDriver(): SqlDriver

Function to create the driver

expect fun createDriver(): SqlDriver

Function to create the driver

actual fun createDriver(): SqlDriver

Function to create the driver