File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Nextras Dbal
7
7
[ ![ Stable Version] ( https://img.shields.io/packagist/v/nextras/dbal.svg?style=flat )] ( https://packagist.org/packages/nextras/dbal )
8
8
[ ![ Code coverage] ( https://img.shields.io/coveralls/nextras/dbal.svg?style=flat )] ( https://coveralls.io/r/nextras/dbal )
9
9
10
- A powerful abstraction layer for database. ** Fast & Safe** .
10
+ A powerful abstraction layer for a database. ** Fast & Safe** .
11
11
12
12
Supported platforms:
13
13
- ** MySQL** via ` mysqli ` extension,
@@ -19,6 +19,10 @@ Integrations:
19
19
- Nette DI Extension
20
20
- Tracy Panel
21
21
22
+ ### Docs & resources
23
+
24
+ - [ Documentation] ( https://nextras.org/dbal/docs )
25
+
22
26
### Installation
23
27
24
28
Use composer:
@@ -27,18 +31,6 @@ Use composer:
27
31
$ composer require nextras/dbal
28
32
```
29
33
30
- ### Docs & sources
31
-
32
- - [ Documentation] ( https://nextras.org/dbal/docs )
33
- - [ Api Documentation] ( https://codedoc.pub/nextras/dbal )
34
-
35
- ### Thanks
36
-
37
- This project is inspired by great libraries:
38
- - [ Doctrine\DBAL] ( http://www.doctrine-project.org ) - [ GitHub] ( https://github.com/doctrine/dbal )
39
- - [ dibi] ( http://dibiphp.org ) - [ GitHub] ( https://github.com/dg/dibi )
40
- - [ Nette\Database] ( http://nette.org ) - [ GitHub] ( https://github.com/nette/database )
41
-
42
34
### License
43
35
44
36
MIT. See full [ license] ( license.md ) .
You can’t perform that action at this time.
0 commit comments