1
0
mirror of https://github.com/tiyn/stud.ip-crawler.git synced 2025-07-03 11:17:48 +02:00

1 Commits

Author SHA1 Message Date
TiynGER
4a8cf45ad3 database: switching from mysql to sqlite
Currently we only need the db to keep track of the files that were
already downloaded, thus we only use one database and only one table.
A complete sql database is a bit too bulky for this purpose.
By using sqlite we can minimize and embed the db.
2020-11-17 11:04:03 +01:00