From facd4c5446d4090ee2bc53254c5dac295ab4f89b Mon Sep 17 00:00:00 2001 From: Mr_Ramych Date: Thu, 1 Jun 2017 17:55:44 +0300 Subject: [PATCH 1/3] Added Xodus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23c3272..67b0842 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Speedment](https://github.com/speedment/speedment) - Database access library that utilizes the Java 8 Stream API for querying. * [sql2o](http://sql2o.org/) - Thin JDBC wrapper that simplifies database access and provides simple mapping of ResultSets to POJOs. * [Vibur DBCP](http://www.vibur.org/) - JDBC connection pool library with advanced performance monitoring capabilities. +* [Xodus](http://jetbrains.github.io/xodus/) - a transactional schema-less embedded database that is written in Java and Kotlin. ## Data Structures From fd3cfd93e40ea9b0a65e5671619be110f55e693e Mon Sep 17 00:00:00 2001 From: Mr_Ramych Date: Sun, 18 Jun 2017 22:01:09 +0300 Subject: [PATCH 2/3] changed description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67b0842..301a584 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Speedment](https://github.com/speedment/speedment) - Database access library that utilizes the Java 8 Stream API for querying. * [sql2o](http://sql2o.org/) - Thin JDBC wrapper that simplifies database access and provides simple mapping of ResultSets to POJOs. * [Vibur DBCP](http://www.vibur.org/) - JDBC connection pool library with advanced performance monitoring capabilities. -* [Xodus](http://jetbrains.github.io/xodus/) - a transactional schema-less embedded database that is written in Java and Kotlin. +* [Xodus](http://jetbrains.github.io/xodus/) - Highly concurrent transactional and fully ACID-compliant embedded database written in Java. ## Data Structures From e7a5ca3136dac8ec0da896c1a7ab837a9dab7b37 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 19 Jun 2017 14:06:44 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 301a584..eb20710 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Speedment](https://github.com/speedment/speedment) - Database access library that utilizes the Java 8 Stream API for querying. * [sql2o](http://sql2o.org/) - Thin JDBC wrapper that simplifies database access and provides simple mapping of ResultSets to POJOs. * [Vibur DBCP](http://www.vibur.org/) - JDBC connection pool library with advanced performance monitoring capabilities. -* [Xodus](http://jetbrains.github.io/xodus/) - Highly concurrent transactional and fully ACID-compliant embedded database written in Java. +* [Xodus](http://jetbrains.github.io/xodus/) - Highly concurrent transactional schema-less and ACID-compliant embedded database. ## Data Structures