#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

new 1.0.0 Jan 10, 2025

#571 in Procedural macros

Download history 126/week @ 2025-01-07

126 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

~3MB
~63K SLoC