entity-derive-impl 0.2.0

Internal proc-macro implementation for entity-derive. Use entity-derive instead.
Documentation

entity-derive-impl

Crates.io Docs.rs License: MIT

Procedural macro implementation for entity-derive.

This is an internal crate. Use entity-derive directly.

Overview

This crate contains the proc-macro implementation for the #[derive(Entity)] macro. It generates:

  • DTOs (CreateRequest, UpdateRequest, Response)
  • Repository traits and implementations
  • Type-safe SQL queries
  • Projections and filters

Documentation

For complete documentation, examples, and usage guide, see:

License

MIT License - see LICENSE