JeffreyGaydos / music-database-generator

An idea to help organize your music with extra metadata using a SQL Server Database. This repository searches through a folder and gathers metadata already in mp3 files to add to a database
2 stars 1 forks source link

Add Option or New Project to Convert SQL Server DB to SQLite #33

Closed JeffreyGaydos closed 6 months ago

JeffreyGaydos commented 9 months ago

This is important because not everyone wants to (or is able to) use SQL Server on any device. Specifically, Android (and probably Apple) devices do not support using SQL Server locally (obviously), but do allow apps to create & use SQLite databases. This will be essential if we plan to use this to system with my Synthia project.