database
database copied to clipboard
Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
- Added oracle driver - Added tests for oracle driver - Added oracle-xe-11g-r2 docker container - Added docker container PHP with pdo_oci - Added bash script with pdo_oci installer ##...
### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### Database SQLite ### What happened? When query...
### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### Database _No response_ ### What happened? A...
### I have an idea! It would be nice to add Fragment support when specifying the column type. When passing a Fragment, don't map it and use it as a...
### I have an idea! It would be nice to have a file reference in the following error: `Cycle\Database\Exception\StatementException: SQLSTATE[HY000] [14] unable to open database file in {project}/vendor/cycle/database/src/Driver/SQLite/SQLiteDriver.php:39` Or if...
Research the possibility to add `spiral/*` v3 dependencies here https://github.com/cycle/database/blob/32ef32a45aaf198d0046cf4f1bd030b58bf6698e/composer.json#L18-L20
### I have an idea! Add events for transaction begin/commit/rollback and others
### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### Database SQLite, MySQL, PostgreSQL, MSSQL ### What...
### I have an idea! ```SQL CREATE TABLE Customers ( Age INT DEFAULT 18 CHECK(Age >0 AND Age < 100), ) ``` Or ```SQL CREATE TABLE Customers ( Age INT...
### I have an idea! To add an ability to delete a table or table data - ignoring FK - delete all tables - remove table data