Module database

Source

Structs§

Category
Torrent category.
TorrentCompact
Compact representation of torrent.

Enums§

Driver
Database drivers.
Error
Database errors.
Sorting
Sorting options for torrents.

Constants§

TABLES_TO_TRUNCATE
Database tables to be truncated when upgrading from v1.0.0 to v2.0.0. They must be in the correct order to avoid foreign key errors.

Traits§

Database
Trait for database implementations.

Functions§

connect
Connect to a database.
get_driver
Get the Driver of the Database from the Connection String