Skip to content

Commit 5ad27f5

Browse files
committed
Improving documentation
1 parent cdb0e5d commit 5ad27f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88

99
# Fluid schema builder for Doctrine DBAL
1010

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.
1212

1313
![Screencast](doc/images/screencast.gif)
1414

1515
## Why?
1616

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+
1720
### IDE friendly
1821

1922
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

Comments
 (0)