Closed alexandrebodin closed 4 years ago
Use a sql file instead of a binary to make seeding cross platform
Hey, thanks for the improvement about cross platform but cat is not available on windows.
cat
EDIT: Maybe instead of doing cat in the exec section, we can swap it to sqlite3 .tmp/data.db < data/dump.sql
sqlite3 .tmp/data.db < data/dump.sql
Use a sql file instead of a binary to make seeding cross platform