https://github.com/senseexception/schroedingers-sql
Slides of my talk "Schrödinger's SQL - The SQL inside the ORM/Builder box"
https://github.com/senseexception/schroedingers-sql
Last synced: 2 months ago
JSON representation
Slides of my talk "Schrödinger's SQL - The SQL inside the ORM/Builder box"
- Host: GitHub
- URL: https://github.com/senseexception/schroedingers-sql
- Owner: SenseException
- Created: 2019-10-13T19:07:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T20:19:31.000Z (about 3 years ago)
- Last Synced: 2025-03-13T01:43:42.068Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 7.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schrödinger's SQL - The SQL inside the ORM/Builder box
Why should someone care about SQL, when a developer can abstract it into code? What about an ORMs?
What impacts are there for a project? The database is out of sight, the database is out of mind, but
this is where problems can start. This talk is about the importance of the database in a project and
that SQL abstractions can add up to problems for your project. Know your database and the tools accessing it.
* [PHPDay 2023 Verona](https://senseexception.github.io/schroedingers-sql/phpday23/)
* [SymfonyCon 2022 Disneyland Paris](https://senseexception.github.io/schroedingers-sql/symfonycon22/)
* [International PHP Conference 2021 Munich](https://senseexception.github.io/schroedingers-sql/ipc21/)
* [SymfonyLive Online German Edition 2021](https://senseexception.github.io/schroedingers-sql/symfonylive-germany21/)
* [Unkonf 2019 version of the talk](https://senseexception.github.io/schroedingers-sql/unkonf/)
* [Doctrine Version](https://senseexception.github.io/schroedingers-sql/doctrine/)