The SQLiteMap class provides a Map implementation that is backed by an SQLite database. It can employ an "in-memory" database as well as a local database file. Compared to Java's standard HashMap ...
This is a foreign data wrapper (FDW) to connect PostgreSQL to any Java DataBase Connectivity (JDBC) data source. The existing JDBC FDWs are only read-only, this version provides the write capability.