PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Common
/
com.powersync
/
DriverBasedInMemoryFactory
Driver
Based
In
Memory
Factory
open
class
DriverBasedInMemoryFactory
<
D
:
SQLiteDriver
>
(
driver
:
D
)
:
InMemoryConnectionFactory
(
source
)
Members
Constructors
Driver
Based
In
Memory
Factory
Link copied to clipboard
constructor
(
driver
:
D
)
Functions
open
In
Memory
Connection
Link copied to clipboard
open
override
fun
openInMemoryConnection
(
)
:
SQLiteConnection