Skip to content

Commit

Permalink
Adjusted last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed May 8, 2012
1 parent d2d36f9 commit 4f637d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

[![Build Status](https://secure.travis-ci.org/propelorm/Propel.png?branch=master)](http://travis-ci.org/propelorm/Propel)

# A quick tour of the features #
## A quick tour of the features ##

Propel has some nice features you should know about:

- It's a fast and easy way to manage you database.
- It provides command line tools for generating code (well documented with an IDE-friendly syntax).
- It's very flexible: you can simply extend Propel.
- It uses PDO (PHP Data Objects) so it allows your to use the RDBMS you want (MySQL, SQLite, PostgreSQL, Oracle and MSSQL are supported).
- It's a fast and easy way to manage you database;
- It provides command line tools for generating code (well documented with an IDE-friendly syntax);
- It's very flexible: you can simply extend Propel;
- It uses PDO (PHP Data Objects) so it allows your to use the RDBMS you want (MySQL, SQLite, PostgreSQL, Oracle and MSSQL are supported);
- Propel is an open-source project which is [well documented](http://propelorm.org/documentation/).

## Installation ##
Expand Down

0 comments on commit 4f637d8

Please sign in to comment.