tinyplex / tinybase

The reactive data store for local‑first apps.
https://tinybase.org
MIT License
3.39k stars 67 forks source link

Support ENUM types type={[a,b,c]} in a Schema #38

Open jamesgpearce opened 1 year ago

jamesgpearce commented 1 year ago

As described

Via @founderYonz

WonderPanda commented 1 year ago

Related to this, is there a possibility that tinybase provides some kind of plugin for schema validation instead of relying solely on JSON Schema? I'd love to be able to use Zod instead and then ideally connect the inferred types back into the broader TS initiative