Update README.md

This commit is contained in:
Andreas Kull
2017-06-19 14:06:44 +02:00
committed by GitHub
parent fd3cfd93e4
commit e7a5ca3136

View File

@ -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. * [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. * [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. * [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 ## Data Structures