@@ -43,8 +43,8 @@ More information can be found in the [H3ravel documentation](https://h3ravel.ton
4343- Clean Routing – Dedicated routes directory with web and api route files
4444- Controllers with decorators – Class-based controllers like Laravel
4545- HTTP Kernel – Centralized middleware and request lifecycle handling
46- - Eloquent-like ORM – Fluent, model-based database interactions (planned)
47- - Musket CLI, our Powerful Artisan-like command-line tool for generating code and running tasks
46+ - Arquebus ORM (CS) – Fluent, model-based database interactions
47+ - Musket CLI (CS) - Our Powerful Artisan-like command-line tool for generating code and running tasks
4848- Modular Services – Mail, Queue, Cache, Broadcasting support
4949- Runtime Agnostic – Works seamlessly across Node.js, Bun, and Deno
5050- Type-safe everything – Fully written in TypeScript
@@ -80,7 +80,7 @@ This combination delivers the productivity of Laravel while leveraging the moder
8080- [ ] Musket CLI (artisan-like commands)
8181- [ ] Cache Management
8282- [ ] Queues, Mail, Events, Broadcasting
83- - [ ] H3loquent ORM with relationships (Eloquent-style)
83+ - [ ] Arquebus ORM with relationships (Eloquent-style)
8484- [ ] First-class runtime adapters (Node, Bun, Deno)
8585
8686## Contributing
0 commit comments