Skip to content
David D'Amico edited this page Jun 8, 2021 · 4 revisions

Why Mystral?

Mystral merges Spring JDBC's user-friendliness and HikariCP's speed (along with its connection pooling system).

This library helps to avoid writing boilerplate code which is common for developers dealing with JDBC.

Note: this library follows the same logic as Spring JDBC. We simplified it and only took the very essentials elements for projects which don't need an entire framework support.
Learn more about Spring JDBC.
Learn more about JDBC.

Also, Mystral supports asynchronous computation. Read more about this in the following sections.