Currently only an out of the box implementation is provided for Spring. A plain JDBC alternative would be great for non-Spring projects.
To avoid duplication the DB-specific logic should probably be moved to the core and only the different DB access implementations should in separate modules.