jdomainapp / jda

the root source code project of the JDA framework
MIT License
3 stars 1 forks source link

jda.modules.dodm: support MySQL database #51

Open ducmle opened 2 years ago

ducmle commented 2 years ago

Overview

jda.modules.dodm is one of the core modules of JDA. It is responsible for managing both the run-time and storage lifecycles of each domain object. The module is designed to easily support different data storage technologies. It currently supports JavaDB (Java's embedded RDBMS) and PostgreSQL.

The aim of this small project is to extend jda.modules.dodm to support MySQL. It is expected to be a straight-forward adaptation of the existing PostgreSQL implementation.

Tasks