From e04909e22ebdc91237174ea8364357ac5631bfee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=A4r?= Date: Wed, 9 Nov 2022 09:27:41 +0100 Subject: [PATCH] #1: Added description in README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 074476e..d5c92cf 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ [![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Audf-api-java&metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=com.exasol%3Audf-api-java) [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Audf-api-java&metric=ncloc)](https://sonarcloud.io/dashboard?id=com.exasol%3Audf-api-java) +This project contains the API required to build [User Defined Functions](https://docs.exasol.com/db/latest/database_concepts/udf_scripts.htm) (UDFs) for Exasol in the Java programming language. + +User Defined Functions extend Exasol with functions and scripts that can be called from within SQL statements. + +## Information for Users + +Please check out our [Java tutorials](https://github.com/exasol/exasol-java-tutorial) for examples of how to build, test and run Java UDFs. + ## Additional Information * [Changelog](doc/changes/changelog.md)