Skip to content

Comments

Re-export sqlx::Type as welds::WeldsType#106

Open
retorted wants to merge 2 commits intoweldsorm:mainfrom
retorted:welds_type
Open

Re-export sqlx::Type as welds::WeldsType#106
retorted wants to merge 2 commits intoweldsorm:mainfrom
retorted:welds_type

Conversation

@retorted
Copy link
Contributor

@retorted retorted commented Apr 7, 2025

Re-exports sqlx::Type as welds::WeldsType (to match the naming of welds::WeldsModel) and adds it to prelude.

use welds::{prelude::*};

-- #[derive(sqlx::Type)]
++ #[derive(WeldsType)]
pub enum ServerStatus {
    Online,
    Offline,
}

@retorted retorted marked this pull request as ready for review April 15, 2025 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant