Fields coming back as snake case from DB
I've been following the tanstackdb-electric-starter pretty heavily for my project and just noticed a weird issue.
When my electric collection retrieves fields, it retrieves them snake cased (
I am following the same convention as the starter project, using drizzle and zod schema for my collection's schemas.
It's not like a huge deal, but type-safety is gone now
When my electric collection retrieves fields, it retrieves them snake cased (
hello_world) I am following the same convention as the starter project, using drizzle and zod schema for my collection's schemas.
It's not like a huge deal, but type-safety is gone now

GitHub
Real-time sync for Postgres. Contribute to electric-sql/electric development by creating an account on GitHub.