Added Xodus

This commit is contained in:
Mr_Ramych
2017-06-01 17:55:44 +03:00
committed by GitHub
parent 89396dceda
commit facd4c5446

View File

@ -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