Mercurial > hg > monetdb-java
comparison README.md @ 962:588fb75e6155
Add 2025 year
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 23 Jan 2025 13:33:29 +0100 (2 months ago) |
parents | 0c07ad5a00f1 |
children |
comparison
equal
deleted
inserted
replaced
961:b796d4a3c542 | 962:588fb75e6155 |
---|---|
1 ## MonetDB-java | 1 ## MonetDB-java |
2 | 2 |
3 This repository contains the java source code of the official `MonetDB JDBC driver`, | 3 This repository contains the Java source code of the official `MonetDB JDBC driver`, |
4 the `MonetDB JdbcClient program`, and some Java test and example programs. | 4 the `MonetDB JdbcClient program`, and some Java test and example programs. |
5 | 5 |
6 The master repository is: [hg monetdb-java](https://www.monetdb.org/hg/monetdb-java/file/tip). | 6 The master repository is: [hg monetdb-java](https://www.monetdb.org/hg/monetdb-java/file/tip). |
7 | 7 |
8 A read-only copy is available on: [github monetdb-java](https://github.com/MonetDB/monetdb-java). | 8 A read-only copy is available on: [github monetdb-java](https://github.com/MonetDB/monetdb-java). |
9 | 9 |
10 | 10 |
11 These Java programs are designed to work only with the [MonetDB Database System](https://www.monetdb.org/). | 11 These Java programs are designed to work only with the [MonetDB Database System](https://www.monetdb.org/). |
12 They support MonetDB servers from version Jul2015 (11.21) and higher. | 12 They support MonetDB servers from version 11.21 (Jul2015) and higher. |
13 However only the latest MonetDB server versions are tested actively. | 13 However only the latest MonetDB server versions are tested actively. |
14 | 14 |
15 The `MonetDB JDBC driver` allows Java programs to connect to a MonetDB | 15 The `MonetDB JDBC driver` allows Java programs to connect to a MonetDB |
16 database server using standard, database independent Java code. | 16 database server using standard, database independent Java code. |
17 It is an open source JDBC driver implementing JDBC API 4.2, written in Pure Java (Type 4), | 17 It is an open source JDBC driver implementing JDBC API 4.2, written in Pure Java (Type 4), |
81 | 81 |
82 This Source Code Form is subject to the terms of the Mozilla Public | 82 This Source Code Form is subject to the terms of the Mozilla Public |
83 License, v. 2.0. If a copy of the MPL was not distributed with this | 83 License, v. 2.0. If a copy of the MPL was not distributed with this |
84 file, You can obtain one at http://mozilla.org/MPL/2.0/. | 84 file, You can obtain one at http://mozilla.org/MPL/2.0/. |
85 | 85 |
86 Copyright 2024 MonetDB Foundation; | 86 Copyright 2024, 2025 MonetDB Foundation; |
87 Copyright August 2008 - 2023 MonetDB B.V.; | 87 Copyright August 2008 - 2023 MonetDB B.V.; |
88 Copyright 1997 - July 2008 CWI. | 88 Copyright 1997 - July 2008 CWI. |
89 | 89 |