Bit Badger Documents PHP implementation with PDO
Go to file
Daniel J. Summers 2d8f8b6e87 Finish tests
- Add sub-doc handling for SQLite fields
- Add casting for PostgreSQL BT on numeric value
- Add hasItems() to DocumentList
- Fix SQL syntax problems exposed by tests
2024-06-08 10:49:52 -04:00
src Finish tests 2024-06-08 10:49:52 -04:00
tests Finish tests 2024-06-08 10:49:52 -04:00
.gitignore Add classes and tests from common project 2024-06-03 19:46:39 -04:00
composer.json Change PDO to singleton instance 2024-06-07 22:14:17 -04:00
composer.lock Change PDO to singleton instance 2024-06-07 22:14:17 -04:00
LICENSE Initial commit 2024-06-03 23:07:15 +00:00
README.md Initial commit 2024-06-03 23:07:15 +00:00

pdo-document

Bit Badger Documents PHP implementation with PDO