waveform Repository Sql
fun waveformRepositorySql(dataSource: DataSource, tableDef: SqlTableDef<AudioWaveform>): FXMusicLibrary.Builder
Configures the waveform repository to persist to a SQL database using dataSource and tableDef.
Parameters
data Source
the JDBC data source for database connections
table Def
the KSP-generated table definition describing AudioWaveform column mapping