Actyx / actyxos_data_flow

Rust library built on actyxos_sdk for keeping materialized views on event streams in SQL databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add proc_macro to derive DbRecord instances

rkuhn opened this issue · comments

Should not be clever, just collect all currently distributed information within the declaration of the struct, to avoid mistakes.

Should have the ability to override default SQL types (e.g. what size varchar is this string supposed to be). Perhaps via field annotations?