Skip to content

Commit e8d4c9b

Browse files
docs: update README to include database support section with CI badges. (#64)
1 parent 82c6e79 commit e8d4c9b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ with high-performance database operations.
4141
-**Transaction Safety** - All operations are wrapped in database transactions.
4242
-**Validation & Error Handling** - Comprehensive validation with clear error messages.
4343

44+
## Database support
45+
46+
[![Microsoft SQL Server](https://img.shields.io/badge/Microsoft%20SQL%20Server-CC2927?style=for-the-badge&logo=microsoft%20sql%20server&logoColor=white)](https://github.com/yii2-extensions/nested-sets-behavior/actions/workflows/build-mssql.yml)
47+
[![MySQL](https://img.shields.io/badge/mysql-4479A1.svg?style=for-the-badge&logo=mysql&logoColor=white)](https://github.com/yii2-extensions/nested-sets-behavior/actions/workflows/build-mysql.yml)
48+
[![Oracle](https://img.shields.io/badge/Oracle-F80000?style=for-the-badge&logo=oracle&logoColor=white)](https://github.com/yii2-extensions/nested-sets-behavior/actions/workflows/build-oracle.yml)
49+
[![PostgreSQL](https://img.shields.io/badge/postgresql-4169e1?style=for-the-badge&logo=postgresql&logoColor=white)](https://github.com/yii2-extensions/nested-sets-behavior/actions/workflows/build-pgsql.yml)
50+
[![SQLite](https://img.shields.io/badge/sqlite-003B57.svg?style=for-the-badge&logo=sqlite&logoColor=white)](https://github.com/yii2-extensions/nested-sets-behavior/actions/workflows/build.yml)
51+
4452
## Quick start
4553

4654
### Installation
@@ -277,14 +285,6 @@ For detailed configuration options and advanced usage.
277285
- 💡 [Usage Examples](docs/examples.md)
278286
- 🧪 [Testing Guide](docs/testing.md)
279287

280-
## Database support
281-
282-
[![Microsoft SQL Server](https://img.shields.io/badge/Microsoft%20SQL%20Server-CC2927?style=for-the-badge&logo=microsoft%20sql%20server&logoColor=white)](https://github.com/yii2-extensions/nested-sets-behavior/actions/workflows/build-mssql.yml)
283-
[![MySQL](https://img.shields.io/badge/mysql-4479A1.svg?style=for-the-badge&logo=mysql&logoColor=white)](https://github.com/yii2-extensions/nested-sets-behavior/actions/workflows/build-mysql.yml)
284-
[![Oracle](https://img.shields.io/badge/Oracle-F80000?style=for-the-badge&logo=oracle&logoColor=white)](https://github.com/yii2-extensions/nested-sets-behavior/actions/workflows/build-oracle.yml)
285-
[![PostgreSQL](https://img.shields.io/badge/postgresql-4169e1?style=for-the-badge&logo=postgresql&logoColor=white)](https://github.com/yii2-extensions/nested-sets-behavior/actions/workflows/build-pgsql.yml)
286-
[![SQLite](https://img.shields.io/badge/sqlite-003B57.svg?style=for-the-badge&logo=sqlite&logoColor=white)](https://github.com/yii2-extensions/nested-sets-behavior/actions/workflows/build.yml)
287-
288288
## Quality code
289289

290290
[![Latest Stable Version](https://poser.pugx.org/yii2-extensions/nested-sets-behavior/v)](https://github.com/yii2-extensions/nested-sets-behavior/releases)

0 commit comments

Comments
 (0)