projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add test for DI constructability of BookmarkAjaxPage
[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