#postgresql #derive #diesel #traits #type #from-sql #to-sql

macro diesel-derive-pg

Derive ToSql and FromSql trait implementations for Postgres custom types

1 stable release

1.0.0 Jan 10, 2025

#553 in Procedural macros

Download history 106/week @ 2025-01-05 26/week @ 2025-01-12 2/week @ 2025-01-19 4/week @ 2025-02-02

62 downloads per month

Apache-2.0

7KB
108 lines

Derive diesel PostgreSQL custom types

Derive macros to get ToSql and FromSql implementations for newtypes and composite types.


lib.rs:

PostgreSQL custom type ToSql and FromSql derive macro

Dependencies

~3.5MB
~72K SLoC