Skip to content

Commit 82c6e79

Browse files
docs: add database support section with CI badges for various database systems. (#63)
1 parent b9552b9 commit 82c6e79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,13 @@ For detailed configuration options and advanced usage.
277277
- 💡 [Usage Examples](docs/examples.md)
278278
- 🧪 [Testing Guide](docs/testing.md)
279279

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)
280287

281288
## Quality code
282289

0 commit comments

Comments
 (0)