1 Commits

Author SHA1 Message Date
heldev
7974c426a1 Remove sql2o 2021-05-22 18:42:28 -04:00

View File

@@ -72,7 +72,6 @@ A curated list of awesome Java frameworks, libraries and software.
- [Version Managers](#version-managers)
- [Web Crawling](#web-crawling)
- [Web Frameworks](#web-frameworks)
- [Workflow Orchestration Engines](#workflow-orchestration-engines)
- [Resources](#resources)
- [Awesome Lists](#awesome-lists)
- [Communities](#communities)
@@ -288,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.
@@ -1114,11 +1112,6 @@ _Frameworks that handle the communication between the layers of a web applicatio
- [Takes](https://github.com/yegor256/takes) - Opinionated web framework which is built around the concepts of True Object-Oriented Programming and immutability.
- [Vaadin](https://vaadin.com) - Event-driven framework that uses standard web components. Server-side architecture with Ajax on the client side.
### Workflow Orchestration Engines
- [Cadence](https://cadenceworkflow.io) - Stateful code platform from Uber.
- [Temporal](https://temporal.io) - Microservice orchestration platform, forked from Cadence but gRPC based.
## Resources
### Awesome Lists