person-service 0.5.0

Person Service - A person administration microservice that interoperates with the person-matcher crate
1
2
3
4
5
6
7
//! Database schema definitions (SeaORM)
//!
//! This file defines SeaORM entity modules.
//! To regenerate: sea-orm-cli generate entity -o src/db/entity

// SeaORM entities are defined in the models module.
// This module is kept for backward compatibility and re-exports.