Very simple Derby DB POC
Based on:
- https://db.apache.org/derby/papers/DerbyTut/embedded_intro.html
- https://zetcode.com/db/apachederbytutorial/jdbc/
IN-MEMORY DB configuration: https://db.apache.org/derby/papers/DerbyTut/install_software.html#derby_configure
Project structure:
- derby-native-sql - the simplest derby in-memory implementation
- derby-orm-lite - simple lightweight ORM (Object Relational Mapping)