waveformRepositorySql

fun waveformRepositorySql(dataSource: DataSource, tableDef: SqlTableDef<AudioWaveform>): FXMusicLibrary.Builder

Configures the waveform repository to persist to a SQL database using dataSource and tableDef.

Parameters

dataSource

the JDBC data source for database connections

tableDef

the KSP-generated table definition describing AudioWaveform column mapping