Add Field->addQualifier() function; update deps; update README

This commit is contained in:
2026-01-24 16:51:43 -05:00
parent 54b32bc906
commit 2478be1c99
5 changed files with 412 additions and 273 deletions

View File

@@ -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
[![Packagist Version](https://img.shields.io/packagist/v/bit-badger/pdo-document)](https://packagist.org/packages/bit-badger/pdo-document)
[![Packagist Version](https://img.shields.io/badge/v1.2.0-blue?label=packagist)](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