Skip to content

Commit

Permalink
refactor: Update Laravel drivers in README.md
Browse files Browse the repository at this point in the history
The supported Laravel drivers in the README.md file have been updated to include MySQL, MariaDB, PostgreSQL, SQLite, SQL Server, and MongoDB. This change ensures that the information provided to users is accurate and up-to-date.
  • Loading branch information
ewilan-riviere committed Jul 22, 2024
1 parent 29f456f commit 5fc7227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you want to use some helpers with [Inertia](https://inertiajs.com/), you can
## Features

- 💽 All Laravel databases are supported: MySQL, MariaDB, PostgreSQL, SQLite, SQL Server, [MongoDB](https://github.com/mongodb/laravel-mongodb)
- 💽 Supported Laravel drivers: MySQL, MariaDB, PostgreSQL, SQLite, SQL Server, [MongoDB](https://github.com/mongodb/laravel-mongodb)
- 💬 Generate TS types for [Eloquent models](https://laravel.com/docs/master/eloquent)
- 👭 Generate TS types for [Eloquent relations](https://laravel.com/docs/master/eloquent-relationships)
- 🪄 Generate TS types for [`casts`](https://laravel.com/docs/11.x/eloquent-mutators#attribute-casting) (include native `enum` support)
Expand Down

0 comments on commit 5fc7227

Please sign in to comment.