Add Field->addQualifier() function; update deps; update README
This commit is contained in:
10
README.md
10
README.md
@@ -1,12 +1,16 @@
|
||||
# PDODocument
|
||||
|
||||
This library allows SQLite and PostgreSQL to be treated as document databases. It is a PHP implementation of the .NET [BitBadger.Documents](https://git.bitbadger.solutions/bit-badger/BitBadger.Documents) library.
|
||||
This library allows SQLite and PostgreSQL to be treated as document databases. It is a PHP implementation of the .NET [BitBadger.Documents](https://relationaldocs.bitbadger.solutions/dotnet/) library.
|
||||
|
||||
## Add via Composer
|
||||
|
||||
[](https://packagist.org/packages/bit-badger/pdo-document)
|
||||
[](https://packagist.org/packages/bit-badger/pdo-document#v1.2.0)
|
||||
|
||||
`composer require bit-badger/pdo-document`
|
||||
`composer require bit-badger/pdo-document:^1`
|
||||
|
||||
This version requires PHP 8.2 or greater.
|
||||
|
||||
v1.2 adds a `Field->andQualifier()` function to modify the qualifier for a field and return the same instance.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user