tursodatabase / pg_turso

Postgres output plugin for replicating data to Turso.
MIT License
72 stars 4 forks source link

Use const for variables that are not mutated #16

Closed penberg closed 11 months ago

penberg commented 11 months ago

Zig 0.12 fails compilation when there are variables that are not mutated and requires you to switch to use const instead.