♻️ Copy session-handling code to FreenetRequest
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / database / SoneDatabase.kt
1 package net.pterodactylus.sone.database
2
3 /**
4  * Combines a [SoneProvider] and a [SoneStore] into a Sone
5  * database.
6  */
7 interface SoneDatabase : SoneProvider, SoneBuilderFactory, SoneStore