https://tanstack.com/db/latest/docs/guides/schemas#transformation-patterns
https://tanstack.com/db/latest/docs/collections/electric-collection
This could be user error but the transformation pattern examples, such as converting a date string to Date are not working for me. I am unable to change the data object from a Zod schema
Electric Collection Electric collections provide seamless integration between TanStack DB and ElectricSQL, enabling real-time data synchronization with your Postgres database through Electric's sync e...
Schema Validation and Type Transformations TanStack DB uses schemas to ensure your data is valid and type-safe throughout your application. What You'll Learn This guide covers: How schema validation w...