commit db25a4280eba2a870848f49eb3a601bd7153095d from: Sergey Bronnikov date: Tue Nov 15 08:51:21 2022 UTC Fix project description commit - 6b24d33e39f59b95a912c809251b5f58db6c2c26 commit + db25a4280eba2a870848f49eb3a601bd7153095d blob - 2462bda7d76c2ee5075c579ccde2dcf285a4dc7a blob + 9fb0974a497171237cc8b75443faae78a79a0d81 --- README.md +++ README.md @@ -2,8 +2,9 @@ [![Testing](https://github.com/ligurio/elle-cli/actions/workflows/test.yaml/badge.svg)](https://github.com/ligurio/elle-cli/actions/workflows/test.yaml) -is a command-line tool with black-box transactional safety checkers. In -comparison to Jepsen library it is standalone and language-agnostic tool. You +is a command-line frontend to transactional consistency checkers for black-box +databases. +In comparison to Jepsen library it is standalone and language-agnostic tool. You can use it with tests written in any programming language and everywhere where JVM is available. Under the hood `elle-cli` uses libraries [Elle](https://github.com/jepsen-io/elle), blob - d3165cf6a5ce8c3443b91d57644d12a977f74504 blob + 20cb7839941f5e0e850e5310c9d457ab3a22a6dd --- project.clj +++ project.clj @@ -1,5 +1,5 @@ (defproject elle-cli "0.1.4" - :description "Command-line transactional safety checker" + :description "Command-line frontend to transactional consistency checkers for black-box databases" :url "https://github.com/ligurio/elle-cli" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"}