Bit Badger Documents PHP implementation with PDO
Go to file
2024-06-08 19:57:37 -04:00
src Pass integer IDs as-is 2024-06-08 12:57:13 -04:00
tests Pass integer IDs as-is 2024-06-08 12:57:13 -04:00
.gitattributes Add instructions to README 2024-06-08 19:57:37 -04:00
.gitignore Add classes and tests from common project 2024-06-03 19:46:39 -04:00
composer.json Add attributes prior to publishing 2024-06-08 16:58:53 -04:00
composer.lock Add attributes prior to publishing 2024-06-08 16:58:53 -04:00
LICENSE Initial commit 2024-06-03 23:07:15 +00:00
README.md Add instructions to README 2024-06-08 19:57:37 -04:00

PDODocument

This library allows SQLite (and, by v1.0.0-beta1, PostgreSQL) to be treated as a document database. It is a PHP implementation of the .NET BitBadger.Documents library.

Add via Composer

compose require bit-badger/pdo-document

Usage

Documentation for this library is not complete; however, its structure is very similar to the .NET version, so its documentation will help until its project specific documentation is developed. Things like Count.All() become Count::all, and all the byField operations are named byFields and take an array of fields.