In Memory Databases
data class InMemoryDatabases(channels: InMemoryChannelsDb, payments: InMemoryPaymentsDb) : Databases
Content copied to clipboard
In-memory implementations of the database components. This should only be used in tests: applications should inject their own implementations depending on the database backend available on the platform.
Constructors
InMemoryDatabases
Link copied to clipboard
fun InMemoryDatabases(channels: InMemoryChannelsDb, payments: InMemoryPaymentsDb)
Content copied to clipboard