event-service 0.2.0

Event Service - An event administration microservice that interoperates with the event-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.