mirror of
https://github.com/akullpp/awesome-java.git
synced 2024-11-20 11:28:01 -05:00
Add Lettuce (#987)
This commit is contained in:
parent
d4d0c168e6
commit
683933f679
2 changed files with 2 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* text eol=lf
|
|
@ -284,6 +284,7 @@ _Everything that simplifies interactions with the database._
|
||||||
- [Jinq](https://github.com/my2iu/Jinq) - Typesafe database queries via symbolic execution of Java 8 Lambdas (on top of JPA or jOOQ).
|
- [Jinq](https://github.com/my2iu/Jinq) - Typesafe database queries via symbolic execution of Java 8 Lambdas (on top of JPA or jOOQ).
|
||||||
- [jOOQ](https://www.jooq.org) - Generates typesafe code based on SQL schema.
|
- [jOOQ](https://www.jooq.org) - Generates typesafe code based on SQL schema.
|
||||||
- [Leaf](https://github.com/Meituan-Dianping/Leaf) - Distributed ID generate service.
|
- [Leaf](https://github.com/Meituan-Dianping/Leaf) - Distributed ID generate service.
|
||||||
|
- [Lettuce](https://lettuce.io/) - Lettuce is a scalable Redis client for building non-blocking Reactive applications.
|
||||||
- [Liquibase](http://www.liquibase.org) - Database-independent library for tracking, managing and applying database schema changes.
|
- [Liquibase](http://www.liquibase.org) - Database-independent library for tracking, managing and applying database schema changes.
|
||||||
- [MapDB](http://www.mapdb.org) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.
|
- [MapDB](http://www.mapdb.org) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.
|
||||||
- [MariaDB4j](https://github.com/vorburger/MariaDB4j) - Launcher for MariaDB that requires no installation or external dependencies.
|
- [MariaDB4j](https://github.com/vorburger/MariaDB4j) - Launcher for MariaDB that requires no installation or external dependencies.
|
||||||
|
|
Loading…
Reference in a new issue