Start working on the (versioned) OPDS catalog

This commit is contained in:
2018-08-14 00:03:52 +03:00
parent 1a8646df46
commit 0333345aa3
7 changed files with 206 additions and 4 deletions

View File

@ -4,7 +4,8 @@ module Database.Channel
( userChannels
, insertChannel
, booksChannels
, Channel(..) )
, Channel(..)
, ChannelID )
where
import ClassyPrelude