8 lines
220 B
Rust
8 lines
220 B
Rust
// SPDX-FileCopyrightText: 2024 Aravinth Manivannan <realaravinth@batsense.net>
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
pub mod create_database;
|
|
pub mod delete_database;
|
|
pub mod migrate;
|
|
pub mod sqlx_postgres;
|