northwind-SQLite3 icon indicating copy to clipboard operation
northwind-SQLite3 copied to clipboard

Providing a copy of the larger dataset in form of a release

Open danielmut opened this issue 3 years ago • 1 comments

How would you feel about providing the result of running populate.py on the database as a release?

This could simplify some use cases where the database is required, but preferred in the extended version. At the moment, one would have to grab both the smaller database and the population script from the repository and extend the database in place, which isn't ideal to say the least.

Additionally, the population script hardcodes a relative path to the database file, requiring users to rebuild your specified directory structure for the script to even work. In most cases, people have a different destination in mind, adding yet another extra step to the process

danielmut avatar Sep 02 '22 08:09 danielmut

Oh, that would be really nice. This would simplify some scripts at my place so I can just download a ready dump of a big payload. I thought about adding the 30 MB sqlite db file to my repository but I don't really like to go for git lfs. Just curl-ing it from github would be great.

JoshuaBehrens avatar Sep 02 '22 11:09 JoshuaBehrens