Package eu.yeger.koffee.repository

Types

ItemRepository
Link copied to clipboard
Repository for Items.
interface ItemRepository
MongoItemRepository
Link copied to clipboard
ItemRepository based on MongoDB.
class MongoItemRepository(database: CoroutineDatabase) : ItemRepository
MongoUserRepository
Link copied to clipboard
UserRepository based on MongoDB.
class MongoUserRepository(database: CoroutineDatabase) : UserRepository
UserRepository
Link copied to clipboard
Repository for Users.
interface UserRepository