Skip to content

Commit

Permalink
Update repository-ydb-v1 status in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nvamelichev authored Feb 29, 2024
1 parent 31e04c1 commit 4234f06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ minimally intrusive, so that your domain objects (with all the juicy business lo
- `repository-inmemory`: In-Memory Repository API implementation using persistent data structures from Eclipse
Collections. Has YDB-like semantics for data modification, to easily and quickly test your business logic without
spinning containers or accessing a real YDB installation. **Highly recommended.**
- `repository-ydb-v1`: Repository API implementation for YDB. Uses legacy YDB SDK v1.x. **Not recommended** for new
projects.
- `repository-ydb-v1`: Repository API implementation for YDB. Uses legacy YDB SDK v1.x. **On life support till Summer 2024 (bug fixes only)**
- `repository-ydb-common`: Common Logic for all YDB Repository implementations, regardless of the YDB SDK version used.
- `repository-test`: Basic tests which all Repository implementations must pass.
- `json-jackson-v2`: Support for JSON serialization and deserialization of entity fields, using Jackson 2.x.
Expand Down

0 comments on commit 4234f06

Please sign in to comment.