Skip to content

Commit

Permalink
Remove CheckpointStorage implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich committed Jan 12, 2024
1 parent 1ac5c1e commit 20c0c37
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 272 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Database Adapter implementation for the [neos/eventstore](https://github.com/neos/eventstore) package.

> **Note**
> Currently this package supports MySQL (including MariaDB) and PostgreSQL
> The `DoctrineEventStore` can be used with SQLite, too. But that platform is not yet supported for the `DoctrineCheckpointStorage`
> Currently this package supports MySQL (including MariaDB), PostgreSQL and SQLite.
## Usage

Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@
"test:phpstan": "phpstan",
"test:cs": "phpcs --colors src",
"test:cs:fix": "phpcbf --colors src",
"test:unit": "phpunit tests/Unit",
"test:integration": "phpunit tests/Integration",
"test": [
"@test:phpstan",
"@test:cs",
"@test:unit",
"@test:integration"
]
}
Expand Down
117 changes: 0 additions & 117 deletions src/DoctrineCheckpointStorage.php

This file was deleted.

53 changes: 0 additions & 53 deletions tests/Integration/DoctrineCheckpointStorageTest.php

This file was deleted.

98 changes: 0 additions & 98 deletions tests/Unit/DoctrineCheckpointStorageTest.php

This file was deleted.

0 comments on commit 20c0c37

Please sign in to comment.