Skip to content

Commit

Permalink
readme: remove broken api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Aug 16, 2020
1 parent 1fef131 commit 0b61ae2
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Nextras Dbal
[![Stable Version](https://img.shields.io/packagist/v/nextras/dbal.svg?style=flat)](https://packagist.org/packages/nextras/dbal)
[![Code coverage](https://img.shields.io/coveralls/nextras/dbal.svg?style=flat)](https://coveralls.io/r/nextras/dbal)

A powerful abstraction layer for database. **Fast & Safe**.
A powerful abstraction layer for a database. **Fast & Safe**.

Supported platforms:
- **MySQL** via `mysqli` extension,
Expand All @@ -19,6 +19,10 @@ Integrations:
- Nette DI Extension
- Tracy Panel

### Docs & resources

- [Documentation](https://nextras.org/dbal/docs)

### Installation

Use composer:
Expand All @@ -27,18 +31,6 @@ Use composer:
$ composer require nextras/dbal
```

### Docs & sources

- [Documentation](https://nextras.org/dbal/docs)
- [Api Documentation](https://codedoc.pub/nextras/dbal)

### Thanks

This project is inspired by great libraries:
- [Doctrine\DBAL](http://www.doctrine-project.org) - [GitHub](https://github.com/doctrine/dbal)
- [dibi](http://dibiphp.org) - [GitHub](https://github.com/dg/dibi)
- [Nette\Database](http://nette.org) - [GitHub](https://github.com/nette/database)

### License

MIT. See full [license](license.md).

0 comments on commit 0b61ae2

Please sign in to comment.