@idb-orm/zod-adapter 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,3 +3,8 @@
3
3
  An adapter for `@idb-orm` that adds support for using [Zod](https://zod.dev/) schemas.
4
4
 
5
5
  This is still a work in progress, please check back soon for more updates.
6
+
7
+ ## Roadmap:
8
+ - [x] Add subclasses for `String`, `Number` class to use zod specialization schemas (like z.number().positive())
9
+ - [ ] Make an object static helper. Make it a subclass for helpers as before
10
+ - [ ] Enum static method