Skip to content

Commit

Permalink
readme.md: added badge and link to Packagist
Browse files Browse the repository at this point in the history
Conflicts:
	readme.md
  • Loading branch information
dg committed May 11, 2014
1 parent f6dcc51 commit 667143b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Nette Database
==============

[![Downloads this Month](https://img.shields.io/packagist/dm/nette/database.svg)](https://packagist.org/packages/nette/database)
[![Build Status](https://travis-ci.org/nette/database.svg?branch=v2.2)](https://travis-ci.org/nette/database)

Nette provides a powerful layer for accessing your database easily.

- composes SQL queries with ease
Expand Down Expand Up @@ -113,7 +116,3 @@ SELECT `id`, `name` FROM `author` WHERE (`author`.`id` IN (11, 12))
SELECT `book_id`, `tag_id` FROM `book_tag` WHERE (`book_tag`.`book_id` IN (1, 4, 2, 3))
SELECT `id`, `name` FROM `tag` WHERE (`tag`.`id` IN (21, 22, 23))
```

-----

[![Build Status](https://secure.travis-ci.org/nette/database.png?branch=v2.2)](http://travis-ci.org/nette/database)

0 comments on commit 667143b

Please sign in to comment.