Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ This package is licensed under the [MIT License](LICENSE.md).
**[Jardis](https://jardis.io)** · [Documentation](https://docs.jardis.io) · [Headgent](https://headgent.com)

<!-- BEGIN jardis/dev-skills README block — do not edit by hand -->
## KI-gestützte Entwicklung
## AI-Assisted Development

Dieses Package liefert einen Skill für Claude Code, Cursor, Continue und Aider mit. Installation im Konsumentenprojekt:
This package ships with a skill for Claude Code, Cursor, Continue, and Aider. Install it in your consuming project:

```bash
composer require --dev jardis/dev-skills
```

Mehr Details: <https://docs.jardis.io/en/skills>
More details: <https://docs.jardis.io/en/skills>
<!-- END jardis/dev-skills README block -->
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jardisadapter/dbconnection",
"homepage": "https://docs.jardis.io/en/adapter/dbconnection",
"homepage": "https://jardis.io",
"description": "PDO connection pool for PHP with read/write splitting, round-robin load balancing across replicas, and automatic health checks — supports MySQL, PostgreSQL, and SQLite; a building block of the open-source foundation that Jardis-generated DDD code runs on",
"type": "library",
"license": "MIT",
Expand Down Expand Up @@ -32,8 +32,10 @@
"psr-4": {
"JardisAdapter\\DbConnection\\Tests\\": "tests/"
}
}, "support": {
},
"support": {
"issues": "https://github.com/jardisAdapter/dbConnection/issues",
"docs": "https://docs.jardis.io/en/adapter/dbconnection",
"email": "jardisDev@headgent.com"
},
"keywords": [
Expand Down
Loading