{"id":20207830,"url":"https://github.com/exasol/db-fundamentals-java","last_synced_at":"2025-10-24T18:35:30.043Z","repository":{"id":48902107,"uuid":"270535627","full_name":"exasol/db-fundamentals-java","owner":"exasol","description":"Base objects and ground rules for Exasol","archived":false,"fork":false,"pushed_at":"2022-08-31T14:14:16.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-01-13T21:09:27.155Z","etag":null,"topics":["exasol","exasol-integration","foundation-library","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exasol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-08T05:03:41.000Z","updated_at":"2024-02-04T09:52:39.000Z","dependencies_parsed_at":"2022-09-26T20:20:39.144Z","dependency_job_id":null,"html_url":"https://github.com/exasol/db-fundamentals-java","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fdb-fundamentals-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fdb-fundamentals-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fdb-fundamentals-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fdb-fundamentals-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exasol","download_url":"https://codeload.github.com/exasol/db-fundamentals-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241644559,"owners_count":19996179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exasol","exasol-integration","foundation-library","java"],"created_at":"2024-11-14T05:32:34.086Z","updated_at":"2025-10-24T18:35:29.931Z","avatar_url":"https://github.com/exasol.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exasol Database Fundamentals for Java\n\n[![Build Status](https://github.com/exasol/db-fundamentals-java/actions/workflows/ci-build.yml/badge.svg)](https://github.com/exasol/db-fundamentals-java/actions/workflows/ci-build.yml)\n[![Maven Central – Exasol Database fundamentals for Java](https://img.shields.io/maven-central/v/com.exasol/db-fundamentals-java)](https://search.maven.org/artifact/com.exasol/db-fundamentals-java)\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Adb-fundamentals-java\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)\n\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Adb-fundamentals-java\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Adb-fundamentals-java\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Adb-fundamentals-java\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Adb-fundamentals-java\u0026metric=sqale_index)](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)\n\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Adb-fundamentals-java\u0026metric=code_smells)](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Adb-fundamentals-java\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)\n[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Adb-fundamentals-java\u0026metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Adb-fundamentals-java\u0026metric=ncloc)](https://sonarcloud.io/dashboard?id=com.exasol%3Adb-fundamentals-java)\n\nBase objects and ground rules for the Exasol database.\n\n## Features\n\n* Base objects (e.g. Identifiers)\n\n## Table of Contents\n\n### In a Nutshell\n\n```java\nfinal Identifier id = ExasolIdentifier.of(\"THE_SCHEMA\"); // validates on construction\nSystem.out.println(\"Schema name: \" + id + \", quoted: \" + id.quote());\n```\n\n### Information for Users\n\n* [User Guide](doc/user_guide/user_guide.md)\n* [Changelog](doc/changes/changelog.md)\n* [Dependencies](dependencies.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexasol%2Fdb-fundamentals-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexasol%2Fdb-fundamentals-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexasol%2Fdb-fundamentals-java/lists"}