Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 3d9aeb5

Browse files
authored
Added pgsql to README.md
PgSql support was added in #23 and released in v4.0.0 (Almost passed over this lib due to us using Postgres)
1 parent 381b7cd commit 3d9aeb5

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
@@ -19,7 +19,7 @@ As of 4.0, this package uses a [custom cast](https://laravel.com/docs/7.x/eloque
1919

2020
> **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.
2121
22-
MySQL and SQLite are the only supported connection types, although I welcome any pull requests to implement this functionality for other database drivers.
22+
MySQL, SQLite, and PostgreSQL are the only supported connection types, although I welcome any pull requests to implement this functionality for other database drivers.
2323

2424
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.
2525

0 commit comments

Comments
 (0)