spetrovi / songbook

GNU General Public License v3.0
2 stars 0 forks source link

Create song database module #1

Closed spetrovi closed 10 months ago

spetrovi commented 11 months ago

This module will know how to crawl around the songbook filesystem, read all the files and then build the working database from it.

For every entity encountered that we didn't see (Person, Source book, etc.) We have to create new in the database and link that!

At the end, the resulting database will be stored and used by the web application. We will not edit the database from the web application.

spetrovi commented 10 months ago

Finished the importer that produces the database that can be applied in fastapi