Expand description
Generates the client.rs module containing the FerriormClient struct.
FerriormClient is the user-facing entry point. It wraps a
ferriorm_runtime::client::DatabaseClient and exposes a method per model
(e.g., .user(), .post()) that returns the model’s Actions struct
for performing CRUD operations.
Functions§
- generate_
client_ module - Generate the
client.rsmodule with the FerriormClient struct.