database
database copied to clipboard
Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
### 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...
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...
## 🔍 What was changed Adding fetch() simplifies common one-row use cases, makes intent explicit, and avoids the perf overhead of materialising an unused array.  ## 🤔 Why? 1....