Documentation
¶
Index ¶
- Variables
- func GetCaptionsFTS() string
- func GetCaptionsTable() string
- func GetCoreIndexes() string
- func GetCoreTables() string
- func GetFTSTables() string
- func GetHistoryTable() string
- func GetMediaFTS() string
- func GetMediaIndexes() string
- func GetMediaTable() string
- func GetMetaTables() string
- func GetPlaylistsTables() string
- func GetSchema() string
Constants ¶
This section is empty.
Variables ¶
View Source
var SchemaFS embed.FS
Functions ¶
func GetCaptionsTable ¶
func GetCaptionsTable() string
GetCaptionsTable returns the captions table SQL
func GetCoreIndexes ¶
func GetCoreIndexes() string
GetCoreIndexes returns the SQL to create core indexes (media indexes)
func GetCoreTables ¶
func GetCoreTables() string
GetCoreTables returns the SQL to create all core tables (media, playlists, history, meta)
func GetFTSTables ¶
func GetFTSTables() string
GetFTSTables returns the SQL to create FTS tables (media, captions) Note: Call GetCaptionsTable first if you want captions FTS
func GetHistoryTable ¶
func GetHistoryTable() string
GetHistoryTable returns the history table and indexes SQL
func GetPlaylistsTables ¶
func GetPlaylistsTables() string
GetPlaylistsTables returns the playlists tables SQL
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.