Skip to content

Commit

Permalink
Discard ORM idea
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad authored Nov 7, 2023
1 parent f0ceeec commit 21cae2f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@ Below is a high-level overview of the existing (implemented) and planned feature
- [X] Parser
- [X] AST for WebX modules
- [X] Comments
- [ ] Model definitions *(ORM, Prism-like)*
- [ ] Model definitions ~~*(ORM, Prism-like)*~~
- [X] Fields
- [X] Types
- [ ] Constraints
- [ ] Relations
- [ ] Migrations
- [ ] Queries *(CRUD operations)*
- [ ] Value Constraints
- [ ] Serde Validation
- [ ] ~~Relations~~
- [ ] ~~Migrations~~
- [ ] ~~Queries *(CRUD operations)*~~
- [ ] Native SSR *(templating)*
- [X] JSX support
- [ ] ~~HyperScript support~~
Expand Down

0 comments on commit 21cae2f

Please sign in to comment.