[READ-ONLY] Flexible and powerful Database abstraction library with a familiar PDO-like API. This r…

Repo Url https://github.com/cakephp/database
Clone Url:
Watchers 11
Issues 0
Forks 2
Last Pushed At 2016-04-11
Tags has:composer has:license has:readme keyword:abstraction keyword:database keyword:pdo license:mit version:4.x
Last fetched: on 1/3/20

Recent Activity

Date Commit Message
2025-08-31 Fix some spelling and broken code snippets. (#18791)
2025-08-31 Merge 5.x into 5.next
2025-08-31 Split out getMapped() from getMap() (#18815) * Split out getMapped() from getMap() * Fix CS.
2025-08-31 Fix up rector found issues. (#18832) * Fix up rector found issues. * Fix up as per review. * Fix CS.
2025-08-31 Fix comments quoting in migrations. (#18848) * Fix comments quoting in migrations. * Update src/Database/Schema/MysqlSchemaDialect.php * Change getPdo method visibility to protected --------- Co-authored-by: Mark Story
2025-08-31 5.3 - Add unserialize compatibility for TableSchema (#18840) Migrations (and schema caching) serialize TableSchema and cache it. We need to be able to read that serialized state in order to maintain backwards compatibility.
2025-08-31 Merge branch '5.x' into 5.next
2025-08-31 Fix comments quoting in migrations. (#18848) * Fix comments quoting in migrations. * Update src/Database/Schema/MysqlSchemaDialect.php * Change getPdo method visibility to protected --------- Co-authored-by: Mark Story
2025-08-31 Schema default expression (#18858) Add support for QueryExpression as a default value * Tests for MySQL * Tests for sqlite * Tests for postgresql * Tests and fixes for sqlserver