aboutsummaryrefslogtreecommitdiff
path: root/database/src/lib.rs
blob: 6c70e5176d05437d60caf99891f927136d2c7cb3 (plain)
1
2
3
4
5
6
7
8
/*
    This file is part of jellything (https://codeberg.org/metamuffin/jellything)
    which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
    Copyright (C) 2025 metamuffin <metamuffin.org>
*/
pub mod backends;
pub mod indices;
pub mod table;