database icon indicating copy to clipboard operation
database copied to clipboard

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders

Results 33 database issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. Could you add the ability to comment columns and tables? ### Describe the solution you'd like As laravel's migration...

good first issue
type: feature

This pull request adds support for performing `upsert` queries. Ticket [#50](https://github.com/cycle/database/issues/50) is what sparked interest for this feature. ## 🔍 What was changed * Each driver (MySQL, Postgres, SQLite and...

type: feature
type: test
MySQL
SQLite
type: maintenance
postgres
sqlserver

## 🔍 What was changed Adding fetch() simplifies common one-row use cases, makes intent explicit, and avoids the perf overhead of materialising an unused array. ![image](https://github.com/user-attachments/assets/ee2f2bb9-b7b7-423c-aea1-bcb8e25c2375) ## 🤔 Why? 1....