From f4b27b9a2ec7df89f750a802c19ed54d46375fc2 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Wed, 11 Jan 2017 04:04:03 +0100 Subject: [PATCH] MariaDB4j --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1c0ec7..6589207 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [MariaDB4j](https://github.com/vorburger/MariaDB4j/) - MariaDB (MySQL(R)) embedded, usable like e.g. H2. * [Presto](https://github.com/prestodb/presto) - Distributed SQL query engine for big data. * [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.