Is there a mandarax SQL interface?
Yes. SQL integration is one of the main objectives of mandarax. Roughly speaking, rows in tables (or result sets) can be considered as facts. Therefore, no replication is necessary. Another database related concept are SQLFunctions, function computed using SQL queries. All database related features are in the org.mandarax.sql package. Standard JDBC is used to connect to databases, and therefore all major databases are supported.