You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,12 +20,12 @@ prone to unknown conflicts, and difficult to track over time.
20
20
21
21
`laravel-sql-entities` solves this by offering:
22
22
23
-
- 📦 Class-based definitions for SQL entities: bringing views, functions, triggers, and more into your application code.
24
-
- 🧠 First-class source control: definitions live in PHP files, so you can track changes, review diffs in PRs, and resolve conflicts easily.
25
-
- 🧱 Decoupled grammars per database: letting you support multiple drivers (e.g., PostgreSQL) without cluttering your logic with dialect-specific SQL.
26
-
- 🔁 Lifecycle hooks: run logic before/after an entity is created or dropped, enabling logging, auditing, or cleanup.
23
+
- 📦 Class-based definitions: bringing views, functions, triggers, and more into your application code.
24
+
- 🧠 First-class source control: you can easily track changes, review diffs, and resolve conflicts.
25
+
- 🧱 Decoupled grammars: letting you support multiple drivers without needing dialect-specific SQL.
26
+
- 🔁 Lifecycle hooks: run logic at various points, enabling logging, auditing, and more.
27
27
- 🚀 Batch operations: easily create or drop all entities in a single command or lifecycle event.
28
-
- 🧪 Testability: because definitions are just code, they’re easy to test, validate, and keep consistent with your schema.
28
+
- 🧪 Testability: definitions are just code so they’re easy to test, validate, and keep consistent.
29
29
30
30
Whether you're managing reporting views, business logic functions, or automation
31
31
triggers, this package helps you treat SQL entities like real, versioned parts
@@ -36,7 +36,7 @@ of your codebase---no more scattered SQL in migrations!
36
36
>
37
37
> ["We're never going backwards. You only go forward." -Taylor Otwell](https://www.twitch.tv/theprimeagen/clip/DrabAltruisticEggnogVoHiYo-f6CVkrqraPsWrEht)
0 commit comments