Crates.io | pgde_derive |
lib.rs | pgde_derive |
version | 0.2.2 |
source | src |
created_at | 2024-06-05 16:22:44.571059 |
updated_at | 2024-07-28 13:50:20.713838 |
description | A macro library for consuming PostgreSQL row data into structs. |
homepage | |
repository | https://github.com/crusopaul/pgde/ |
max_upload_size | |
id | 1262939 |
size | 7,715 |
A procedural macro library that enables structs with the RowConsumer
trait to provide a from_row
implementation. Please refer to pgde for use, examples, and limitations.