From 99d76be48c9274ebcca920db8cc6e33a7b4ba3db Mon Sep 17 00:00:00 2001 From: teletha Date: Fri, 12 Apr 2024 03:39:02 +0000 Subject: [PATCH] update repository info --- README.md | 1 + pom.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20fd7d41..9fc203cf 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Provides a general-purpose, type-safe DAO. Currently supported databases are the * [SQLite](https://github.com/sqlite/sqlite) * [MariaDB](https://github.com/MariaDB/) * [MongoDB](https://github.com/mongodb/mongo) +* [DuckDB](https://duckdb.org/)

back to top

diff --git a/pom.xml b/pom.xml index b035407d..c944bcfc 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,8 @@ * [H2](https://github.com/h2database/h2database) * [SQLite](https://github.com/sqlite/sqlite) * [MariaDB](https://github.com/MariaDB/) -* [MongoDB](https://github.com/mongodb/mongo) +* [MongoDB](https://github.com/mongodb/mongo) +* [DuckDB](https://duckdb.org/) com.github.teletha