You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ojdbc-provider-pkl/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Oracle JDBC Configuration Provider Parser for Pkl
2
2
3
-
This module provides a parser that integrates **Oracle JDBC** with **Pkl**, a modern configuration language.
3
+
This module provides a parser that integrates **Oracle JDBC** with **[Pkl](https://pkl-lang.org/index.html)**, a modern configuration language.
4
4
It implements the `OracleConfigurationParser` interface to parse and read `.pkl` files for database configuration.
5
5
6
6
With the Oracle JDBC Pkl Parser, developers can store JDBC configurations in `.pkl` files and load them dynamically through Oracle JDBC Driver Extensions.
@@ -10,7 +10,7 @@ With the Oracle JDBC Pkl Parser, developers can store JDBC configurations in `.p
10
10
## Installation
11
11
12
12
All providers in this module are distributed as single jar on the Maven Central
13
-
Repository. The jar is compiled for JDK 17, and is forward compatible with later
13
+
Repository. The jar is compiled for JDK 17 (as required by Pkl), and is forward compatible with later
14
14
JDK versions. The coordinates for the latest release are:
0 commit comments