- cross-posted to:
- torrents_csv
- torrent_trackers
- cross-posted to:
- torrents_csv
- torrent_trackers
The user can make a instance very easily and the design is pretty great. The software only holds torrents with at least one seeder. Codeberg git.
The user can make a instance very easily and the design is pretty great. The software only holds torrents with at least one seeder. Codeberg git.
Didn’t use json because it’s not as compact a data store In a csv, you only name the columns once, in json you have to name every field.
Sql isn’t a very good for store for git, unless you have a migration system which should really only be used for data structure, not actual data. This does build an sqlite file from the csv so the server can do smart paging and such.