Skip to content

Commit 7689999

Browse files
committed
README update about supported connections
1 parent 9cdbb4b commit 7689999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As of 3.0, this package _no longer overrides_ Laravel's default `uuid` method, b
1616

1717
> **Note**: This package purposely does not use [package discovery](https://laravel.com/docs/5.8/packages#package-discovery), as it makes changes to the MySQL schema file, which is something you should explicitly enable.
1818
19-
MySQL is the only supported connection type, only because I've no experience with other drivers. I welcome any pull requests to implement this functionality for other database drivers.
19+
MySQL and SQLite are the only supported connection types, only because I've no experience with other drivers. I welcome any pull requests to implement this functionality for other database drivers.
2020

2121
Note that `doctrine/dbal` does not appear to support changing existing `uuid` fields, and doing so would cause your existing values to be truncated in any event.
2222

0 commit comments

Comments
 (0)