Power2All / torrust-actix

A multi-functional lightweight BitTorrent Tracker
MIT License
86 stars 5 forks source link

[v3.2.0] Adding a conversion code, to switch things between database engines #23

Closed Power2All closed 1 year ago

Power2All commented 1 year ago

Just some simple code is needed, to be able to switch from MySQL, SQLite3 or PostgreSQL to any of the other engines, while keeping the data preserved.

Power2All commented 1 year ago

Conversion code is added. Also the database structure has been tuned to easier handling, making it easier to make queries simpler in a later issue I will be adding.