Renamed Table from Schema to SCHEMA_REPOSITORY to avoid potential reserved word clashes with some databases Postgresql GH-696 requires transactional semantics even for reading operations when using Lob columns Removed dependency to h2 database. A database driver is now explicitly required when running the server Resolves #696 and #697