Merge pull request #465 from vorburger/patch-1

MariaDB4j
This commit is contained in:
Andreas Kull
2017-01-11 09:16:46 +01:00
committed by GitHub

View File

@ -246,6 +246,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema.
* [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 which requires no installation or external dependencies.
* [Presto](https://github.com/prestodb/presto) - Distributed SQL query engine for big data. * [Presto](https://github.com/prestodb/presto) - Distributed SQL query engine for big data.
* [Querydsl](http://www.querydsl.com/) - Typesafe unified queries. * [Querydsl](http://www.querydsl.com/) - Typesafe unified queries.
* [Realm](https://github.com/realm/realm-java) - Mobile database to run directly inside phones, tablets or wearables. * [Realm](https://github.com/realm/realm-java) - Mobile database to run directly inside phones, tablets or wearables.