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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,15 @@
8
8
9
9
# Fluid schema builder for Doctrine DBAL
10
10
11
-
Build and modify your database schema using DBAL and a fluid syntax.
11
+
Build and modify your database schema using [DBAL](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/schema-representation.html) and a fluid syntax.
12
12
13
13

14
14
15
15
## Why?
16
16
17
+
Doctrine DBAL provides a powerful API to alter your database schema.
18
+
This library is a wrapper around the DBAL standard API to provide a shorter, quicker syntax for day-to-day use. It provides shortcuts and syntactic sugars to make you efficient.
19
+
17
20
### IDE friendly
18
21
19
22
You can use the autocomplete of your preferred IDE (PHPStorm, Eclipse PDT, Netbeans...) to build your schema easily. No need to look at the docs anymore!
0 commit comments