Skip to content

Commit

Permalink
Improving documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Jun 5, 2017
1 parent cdb0e5d commit 5ad27f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -8,12 +8,15 @@

# Fluid schema builder for Doctrine DBAL

Build and modify your database schema using DBAL and a fluid syntax.
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.

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

## Why?

Doctrine DBAL provides a powerful API to alter your database schema.
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.

### IDE friendly

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!
Expand Down

0 comments on commit 5ad27f5

Please sign in to comment.