From 7974c426a180ae13bde15481bbdd1d5c71bd322f Mon Sep 17 00:00:00 2001 From: heldev Date: Sat, 22 May 2021 18:42:28 -0400 Subject: [PATCH] Remove sql2o --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3fd3f93..5ded295 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,6 @@ _Everything that simplifies interactions with the database._ - [Redisson](https://github.com/redisson/redisson) - Allows for distributed and scalable data structures on top of a Redis server. - [requery](https://github.com/requery/requery) - Modern, lightweight but powerful object mapping and SQL generator. Easily map to or create databases, or perform queries and updates from any Java-using platform. - [Speedment](https://github.com/speedment/speedment) - Database access library that utilizes Java 8's Stream API for querying. -- [sql2o](https://www.sql2o.org) - Thin JDBC wrapper that simplifies database access and provides simple mapping of ResultSets to POJOs. - [Vibur DBCP](https://www.vibur.org) - JDBC connection pool library with advanced performance monitoring capabilities. - [Xodus](https://github.com/JetBrains/xodus) - Highly concurrent transactional schema-less and ACID-compliant embedded database.