HSLProcessor
HSLProcessorはHSLBaseのコンポーネントでHideki's Songlistの基盤技術システム。 データベース機能を提供する静的ページ生成システムとして機能する。
.NET CoreとEntityFramework Coreにより機能。
HSL.dbの全リストSQL構文
SELECT Title, Artists.Name AS "Artist", Sources.Name AS "Source", Series.Name AS "Series" FROM main.Songs JOIN Artists ON Songs.ArtistId = Artists.ArtistId JOIN Sources ON Songs.SourceId = Sources.SourceId JOIN Series ON Sources.SeriesId = Series.SeriesId ORDER BY Title